Skip to content

Commit 086d3f3

Browse files
committed
is the secret there?
1 parent dc2fc2c commit 086d3f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16+
- name: Debug Secret
17+
run: echo "${{ secrets.GCP_CREDENTIALS }}" | head -c 50
18+
1619
- name: Google Cloud Auth
1720
uses: google-github-actions/auth@v2
1821
with:

0 commit comments

Comments
 (0)