We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c092ea8 commit 207ab8cCopy full SHA for 207ab8c
.github/workflows/demo-version-index.yaml
@@ -7,6 +7,9 @@ on:
7
# Allows calling this from another workflow with "uses:".
8
# The release workflow will trigger this as a final step after updating the
9
# appspot deployment.
10
+ secrets:
11
+ APPENGINE_DEPLOY_KEY:
12
+ required: true
13
push:
14
branches:
15
- main
.github/workflows/release-please.yaml
@@ -207,3 +207,5 @@ jobs:
207
name: Deploy Demo Version Index
208
needs: [appspot]
209
uses: ./.github/workflows/demo-version-index.yaml
210
211
+ APPENGINE_DEPLOY_KEY: '${{ secrets.APPENGINE_DEPLOY_KEY }}'
0 commit comments