Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Aug 29, 2023
1 parent 74d98fc commit 0da3f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: wip
env:
TMP_ENCRYPTION_PASSWORD: ${{ secrets.TMP_ENCRYPTION_PASSWORD }}
TMP_ENCRYPTION_PASSWORD: ${{ secrets.TMP_ENCRYPTION_PASSWORD }}
run: |
ENCRYPTED_OUTPUTS=$(echo "foo" | gpg --symmetric --cipher-algo AES256 --batch --passphrase $TMP_ENCRYPTION_PASSWORD | base64)
echo "encrypted_outputs=$ENCRYPTED_OUTPUTS" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0da3f0b

Please sign in to comment.