Skip to content

Commit

Permalink
Add the missing SECRET_FILES_PASSPHRASE required to deploy snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Jan 4, 2021
1 parent 2e6d749 commit 0998863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Deploy snapshots
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SECRET_FILES_PASSPHRASE: ${{ secrets.SECRET_FILES_PASSPHRASE }}
run: |
.build/decrypt-secrets.sh
.build/deploy-snapshot.sh
Expand Down

0 comments on commit 0998863

Please sign in to comment.