Update .forgejo/workflows/demo.yml
All checks were successful
/ A job to say hello (push) Successful in 30s
All checks were successful
/ A job to say hello (push) Successful in 30s
This commit is contained in:
parent
ba955ebf54
commit
c7d3a14f3a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container:
|
container:
|
||||||
image: git.hannover.ccc.de/c3h/leitstelle-forgejo-actions/runner:test
|
image: git.hannover.ccc.de/c3h/leitstelle-forgejo-actions/runner:latest
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
TEST_SECRET: '${{ secrets.LUBIS_TEST_SECRET }}'
|
TEST_SECRET: '${{ secrets.LUBIS_TEST_SECRET }}'
|
||||||
|
|
Loading…
Reference in a new issue