We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d347fe8 commit df5f33cCopy full SHA for df5f33c
.github/workflows/nix.yml
@@ -15,5 +15,6 @@ jobs:
15
- uses: DeterminateSystems/magic-nix-cache-action@main
16
- run: nix --accept-flake-config build -L
17
- run: nix --accept-flake-config run .#cachix push gepetto $(readlink result)
18
+ if: github.repository_owner == 'humanoid-path-planner'
19
env:
20
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
0 commit comments