This commit is contained in:
parent
77c24ecc04
commit
60484d5e95
1 changed files with 4 additions and 1 deletions
|
|
@ -3,4 +3,7 @@ jobs:
|
||||||
"build-all":
|
"build-all":
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- run: nix build --refresh git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all
|
- run: echo nix build --refresh git+$FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY?ref=$FORGEJO_REF#build-all
|
||||||
|
env:
|
||||||
|
FORGEJO_TOKEN: override
|
||||||
|
GITHUB_TOKEN: override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue