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 bf5baf5 commit 78fd348Copy full SHA for 78fd348
.github/workflows/ci.yml
@@ -293,6 +293,8 @@ jobs:
293
env:
294
CIRCLE_BRANCH: ${{ github.ref_name }}
295
CIRCLE_SHA1: ${{ github.sha }}
296
+ DOCS_SITE_GCP_SERVICE_KEY: ${{ secrets.DOCS_SITE_GCP_SERVICE_KEY }}
297
+ DOCS_DEPLOY_GITHUB_TOKEN: ${{ secrets.DOCS_DEPLOY_GITHUB_TOKEN }}
298
- uses: ./.github/actions/slack
299
if: ${{ failure() && github.event_name == 'push' }}
300
with:
0 commit comments