workflows/cachix: try to make secret unlocking more consistent
This commit is contained in:
parent
9512dd2e41
commit
3061733e46
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cachix.yml
vendored
5
.github/workflows/cachix.yml
vendored
|
|
@ -16,6 +16,11 @@ jobs:
|
|||
uses: sliteteam/github-action-git-crypt-unlock@1.2.0
|
||||
env:
|
||||
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
|
||||
- name: Wait..
|
||||
run:
|
||||
sleep 2
|
||||
git checkout master
|
||||
sleep 2
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue