Skip to content

Commit

Permalink
swap again
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oloughlin committed Jan 31, 2021
1 parent 14b1e6b commit 2961651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Decrypt file
run: gpg --quiet --batch --yes decrypt --passphrase="$PASSPHRASE" --output $HOME/secret.json secret.json.gpg
env:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
run: gpg --quiet --batch --yes --decrypt --passphrase="$PASSPHRASE" --output $HOME/secret.json secret.json.gpg
- name: Print our file content
run: cat $HOME/secret.json
create_issue:
Expand Down

0 comments on commit 2961651

Please sign in to comment.