Skip to content

Commit

Permalink
use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Sep 10, 2024
1 parent 666dc81 commit fc6c1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/executables/decrypt_secret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mkdir $HOME/secrets
# --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" \
--output $HOME/secrets/braintree_demo_app.json \
../files/braintree-demo-app-7789ca8ae9e9.json.gpg
./.github/files/braintree-demo-app-7789ca8ae9e9.json.gpg

0 comments on commit fc6c1b4

Please sign in to comment.