Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LPMendoza committed Sep 1, 2022
2 parents cc4848e + 32c6b3d commit afa21c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -11,7 +11,7 @@ jobs:
- name: Decrypt Files
env:
PASSPHRASE: ${{secrets.PASSPHRASE}}
run: gpg --quiet --batch --yes --decrypt --passphrase="$PASSPHRASE" --output $HOME/secret.json
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
1 change: 1 addition & 0 deletions random.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20521

0 comments on commit afa21c8

Please sign in to comment.