Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipluk committed Mar 29, 2020
1 parent d9bea18 commit 91ae017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/encrypt_decrypt_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
# The gpg tool will already be installed on the ubuntu instance
- name: Decrypt file
run: gpg --quiet --batch --yes --passphrase="$PASSPHRASE" --output $HOME/secret.json --decrypt $HOME/test_secret_file.txt.gpg
run: gpg --quiet --batch --yes --passphrase="$PASSPHRASE" --output $HOME/secret.json --decrypt ${GITHUB_REPOSITORY}/test_secret_file.txt.gpg
env:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
# Test that it successfully decrypted the file
Expand Down

0 comments on commit 91ae017

Please sign in to comment.