Skip to content

Commit 99c8cb8

Browse files
authored
Add key of gcs access (#5752)
1 parent e640d9c commit 99c8cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
2424
package:
2525
needs: build
26+
env:
27+
gcs_key: ${{ secrets.GHASecretsGPGPassphrase1 }}
2628
runs-on: macOS-latest
2729
# Only run the `package` job for the cron job, not PRs.
2830
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)