Merge pull request #78 from DarkKirb/fix-update-secrets-setup
fix secrets setup for the update script
This commit is contained in:
commit
02cc55a0c9
1 changed files with 2 additions and 6 deletions
8
.github/workflows/update.yml
vendored
8
.github/workflows/update.yml
vendored
|
@ -22,13 +22,9 @@ jobs:
|
||||||
- name: Download attic
|
- name: Download attic
|
||||||
run: nix build github:DarkKirb/nix-packages#attic-client
|
run: nix build github:DarkKirb/nix-packages#attic-client
|
||||||
- name: Set up secrets
|
- name: Set up secrets
|
||||||
run: |
|
run: nix run github:DarkKirb/nix-packages#attic-client -- login attic-server https://attic-nocdn.chir.rs/ "$ATTIC_TOKEN"
|
||||||
echo "$NIX_CACHE_KEY" > ~/cache.key
|
|
||||||
sudo mkdir /root/.aws
|
|
||||||
echo "$AWS_CREDENTIALS" | sudo tee /root/.aws/credentials > /dev/null
|
|
||||||
env:
|
env:
|
||||||
NIX_CACHE_KEY: ${{secrets.NIX_CACHE_KEY}}
|
ATTIC_TOKEN: ${{secrets.ATTIC_TOKEN}}
|
||||||
AWS_CREDENTIALS: ${{secrets.AWS_CREDENTIALS}}
|
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
run: nix flake update
|
run: nix flake update
|
||||||
- name: Run update script
|
- name: Run update script
|
||||||
|
|
Reference in a new issue