Skip to content

Commit 207ab8c

Browse files
committed
ci: Fix secrets for version index workflow (#7906)
See also PR #7892 and #7900.
1 parent c092ea8 commit 207ab8c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/demo-version-index.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
# Allows calling this from another workflow with "uses:".
88
# The release workflow will trigger this as a final step after updating the
99
# appspot deployment.
10+
secrets:
11+
APPENGINE_DEPLOY_KEY:
12+
required: true
1013
push:
1114
branches:
1215
- main

.github/workflows/release-please.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,5 @@ jobs:
207207
name: Deploy Demo Version Index
208208
needs: [appspot]
209209
uses: ./.github/workflows/demo-version-index.yaml
210+
secrets:
211+
APPENGINE_DEPLOY_KEY: '${{ secrets.APPENGINE_DEPLOY_KEY }}'

0 commit comments

Comments
 (0)