Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored May 8, 2024
1 parent 70bc6bb commit 659f941
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: echo "${{ secrets.GPG_PRIVATE_KEY }}" > private.key
- run: echo "${{ secrets.PASSPHRASE }}" > passphrase.txt
- run: |
cat << EOF > ./private.key
{{ secrets.GPG_PRIVATE_KEY }}
EOF
- run: |
cat << EOF > ./passphrase.txt
{{ secrets.PASSPHRASE }}
EOF
- uses: hkusu/s3-upload-action@v2
with:
aws-access-key-id: ${{ secrets.IAM_ACCESS_KEY }}
Expand Down

0 comments on commit 659f941

Please sign in to comment.