We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b023ab9 commit 67f137eCopy full SHA for 67f137e
2 files changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
id: 'auth'
52
uses: 'google-github-actions/auth@v0'
53
with:
54
- credentials_json: '${{ secrets.gcp_credentials }}'
+ credentials_json: '${{ secrets.gcp_credentials_2 }}'
55
56
- name: Publish to Marketplace bucket
57
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
58
uses: 'google-github-actions/upload-cloud-storage@v0'
0 commit comments