WIP: wip-entrypoint #2
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ jobs:
|
||||||
- name: run the example
|
- name: run the example
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
mkdir -p /srv/runner-data
|
||||||
|
chown 1000:1000 /srv/runner-data
|
||||||
cd examples/docker-compose
|
cd examples/docker-compose
|
||||||
secret=$(openssl rand -hex 20)
|
secret=$(openssl rand -hex 20)
|
||||||
sed -i -e "s/{SHARED_SECRET}/$secret/" compose-forgejo-and-runner.yml
|
sed -i -e "s/{SHARED_SECRET}/$secret/" compose-forgejo-and-runner.yml
|
||||||
|
|
Loading…
Reference in a new issue