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 9d743c9 commit ed2b8b6Copy full SHA for ed2b8b6
.github/workflows/release.yml
@@ -55,4 +55,6 @@ jobs:
55
# Upload docs to GCP ONLY after publishing
56
- name: Upload docs
57
if: steps.changesets.outputs.published == 'true'
58
- uses: './.github/actions/upload-docs'
+ uses: './.github/actions/upload-docs'
59
+ with:
60
+ gcp_credentials: '${{ secrets.GCP_CREDENTIALS }}'
0 commit comments