Skip to content

Commit 67f137e

Browse files
chore: use rotated creds [HEAD-387] (#145)
chore: use rotated creds
1 parent b023ab9 commit 67f137e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: 'auth'
5252
uses: 'google-github-actions/auth@v0'
5353
with:
54-
credentials_json: '${{ secrets.gcp_credentials }}'
54+
credentials_json: '${{ secrets.gcp_credentials_2 }}'
5555

5656
- name: Publish to Marketplace bucket
5757
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: 'auth'
5353
uses: 'google-github-actions/auth@v0'
5454
with:
55-
credentials_json: '${{ secrets.gcp_credentials }}'
55+
credentials_json: '${{ secrets.gcp_credentials_2 }}'
5656

5757
- name: Publish to Marketplace bucket
5858
uses: 'google-github-actions/upload-cloud-storage@v0'

0 commit comments

Comments
 (0)