Skip to content

Commit 2ec0324

Browse files
authored
fix: add secret env var in automation env (#1801)
Add secret env var in automation env
1 parent ca31f73 commit 2ec0324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/prod/publish-release-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
- './cmd/automation'
2424
- '--project=$PROJECT_ID'
2525
- '--command=publish-release'
26+
secretEnv: ['LIBRARIAN_GITHUB_TOKEN']
2627
tags: ['publish-release-dispatcher']
2728
availableSecrets:
2829
secretManager:

0 commit comments

Comments
 (0)