Skip to content

Commit

Permalink
cicd: Added decrypt-secrets script
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent f87289f commit 2243b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/decrypt-secrets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

gpg --quiet --batch --yes --decrypt --passphrase="$GPG_PASSPHRASE" --output "$HOME/.github-secrets.tar" .github-secrets.tar.gpg
tar xvf "$HOME/.github-secrets.tar"

0 comments on commit 2243b7f

Please sign in to comment.