Skip to content

Commit fa68f46

Browse files
committed
Fix decrypt secrets
1 parent b5d24bd commit fa68f46

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: gpg --quiet --batch --yes --decrypt --passphrase="$GCP_CLIENT_SECRETS_PASSPHRASE" --output $GITHUB_WORKSPACE/client_secrets.json $GITHUB_WORKSPACE/client_secrets.json.gpg
3939
if: github.ref == 'refs/heads/master'
4040
env:
41-
GCP_CLIENT_SECRETS_PASSPHRASE: $
41+
GCP_CLIENT_SECRETS_PASSPHRASE: ${{ secrets.GCP_CLIENT_SECRETS_PASSPHRASE }}
4242

4343
- name: Run BigQuery Integration
4444
run: env PATH=`go env GOPATH`/bin:$PATH make test_bigquery

client_secrets.json.gpg

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)