This commit is contained in:
parent
764113ccd8
commit
1a9ed04898
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: native
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: nix flake check
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
|
||||
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||
labels = [
|
||||
"nix-stable:docker://nixos/nix:2.32.0"
|
||||
"nix:docker://forgejo-runner-nix"
|
||||
## optionally provide native execution on the host:
|
||||
"native:host"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue