document the secret and how it is different from the token
This commit is contained in:
parent
b1bfa4968e
commit
a379783994
4 changed files with 34 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue