Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed Jun 18, 2024
1 parent de02aaa commit 830de37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Testing, to be removed
run: |
ls
cat $HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json
# cat $HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json
cat edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json
- name: Go Test
run: |
Expand Down
3 changes: 2 additions & 1 deletion decrypt_secret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ mkdir $HOME/secrets
# --batch to prevent interactive command
# --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$FIREBASE_ADMIN_PASSPHRASE" \
--output $HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json.gpg
# --output $HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json.gpg
--output edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json.gpg

0 comments on commit 830de37

Please sign in to comment.