Skip to content

Commit

Permalink
Bump cachix-action to master
Browse files Browse the repository at this point in the history
  • Loading branch information
aciceri committed May 9, 2024
1 parent c2e4c2f commit 5654924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
source "$(nix build .#inject-secrets --no-link --print-out-paths)"/bin/install-agenix-shell
echo "CACHIX_AUTH_TOKEN=$CACHIX_AUTH_TOKEN" > $GITHUB_OUTPUT
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@132bc971f5f5691aadd0d1de82b438c366178557
with:
name: nix-pizza
authToken: ${{ steps.retrieve-cachix-auth-token.outputs.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit 5654924

Please sign in to comment.