From 0998863e6c266a107d6f0c0f9b03158e36821139 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Mon, 4 Jan 2021 15:26:53 +0100 Subject: [PATCH] Add the missing SECRET_FILES_PASSPHRASE required to deploy snapshots --- .github/workflows/build-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 4a1972478..206480788 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -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