mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: crying
This commit is contained in:
parent
2531d56d76
commit
1850f7c283
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
|
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
|
||||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||||
labels = let
|
labels = let
|
||||||
prefix = "docker://ghcr.io/catthehacker/ubuntu:act-";
|
prefix = "docker://ghcr.io/catthehacker/ubuntu:act";
|
||||||
arches = {
|
arches = {
|
||||||
x86_64-linux = [
|
x86_64-linux = [
|
||||||
"ubuntu-latest:${prefix}-latest"
|
"ubuntu-latest:${prefix}-latest"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue