mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
push -> name
This commit is contained in:
parent
34a3c66a7e
commit
5e116bc9ac
5 changed files with 15 additions and 15 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -18,13 +18,13 @@ jobs:
|
|||
- name: Test public cache
|
||||
uses: ./
|
||||
with:
|
||||
push: cachix-action
|
||||
name: cachix-action
|
||||
file: test.nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- name: Test private cache
|
||||
uses: ./
|
||||
with:
|
||||
push: cachix-action-private
|
||||
name: cachix-action-private
|
||||
file: test.nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue