document the secret and how it is different from the token

This commit is contained in:
Earl Warren 2023-09-04 18:19:15 +02:00 committed by earl-warren
parent b1bfa4968e
commit a379783994
4 changed files with 34 additions and 12 deletions

View file

@ -28,6 +28,8 @@ jobs:
run: |
set -x
cd examples/docker-compose
secret=$(openssl rand -hex 20)
sed -i -e "s/{SHARED_SECRET}/$secret/" compose-forgejo-and-runner.yml
cli="docker compose -f compose-forgejo-and-runner.yml -f compose-demo-workflow.yml"
#
# Launch