mirror of
https://github.com/cachix/cachix-action.git
synced 2025-06-09 17:45:12 +09:00
fix
This commit is contained in:
parent
791af9e3fe
commit
b1cd57ec5d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -87,8 +87,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
name: cachix-action
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
pathsToPush: '${{ steps.paths.outputs.OUT_PATHS }}'
|
||||
|
||||
installCommand:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue