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 01a9501 commit 17ea8e7Copy full SHA for 17ea8e7
.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