Skip to content

Commit

Permalink
ci: decrypt artifact when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 22, 2023
1 parent 041ad08 commit c4f7096
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,11 @@ jobs:
path: build

- name: Download Working Directory (Pre-test)
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: ./.github/actions/artifact_download
with:
name: constellation-pre-test

encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Make Constellation executable and add to PATH
if: always()
run: |
Expand Down

0 comments on commit c4f7096

Please sign in to comment.