mirror of
https://github.com/cachix/cachix-action.git
synced 2025-06-09 09:35:10 +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: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
name: cachix-action
|
name: cachix-action
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
pathsToPush: '${{ steps.paths.outputs.OUT_PATHS }}'
|
pathsToPush: '${{ steps.paths.outputs.OUT_PATHS }}'
|
||||||
|
|
||||||
installCommand:
|
installCommand:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue