Skip to content

Commit ed2b8b6

Browse files
authored
chore: workflow maintenance
1 parent 9d743c9 commit ed2b8b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ jobs:
5555
# Upload docs to GCP ONLY after publishing
5656
- name: Upload docs
5757
if: steps.changesets.outputs.published == 'true'
58-
uses: './.github/actions/upload-docs'
58+
uses: './.github/actions/upload-docs'
59+
with:
60+
gcp_credentials: '${{ secrets.GCP_CREDENTIALS }}'

0 commit comments

Comments
 (0)