We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f84ee9 commit aabbd0aCopy full SHA for aabbd0a
.github/workflows/release.yaml
@@ -168,14 +168,17 @@ jobs:
168
./build/*.rpm
169
env:
170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171
+
172
- name: Authenticate to Google Cloud
173
id: auth
174
uses: google-github-actions/auth@v0
175
with:
176
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
177
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
178
179
- name: Setup GCloud SDK
180
uses: 'google-github-actions/setup-gcloud@v0'
181
182
- name: Publish Helm Chart
183
run: |
184
version="$(./scripts/version.sh)"
0 commit comments