Skip to content

Commit 89b0712

Browse files
authored
fix: pass through publish token from release workflow (#559)
1 parent ae5f1b9 commit 89b0712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010
type: string
1111
secrets:
12-
publish_token:
12+
BCR_PUBLISH_TOKEN:
1313
required: true
1414
# In case of problems, let release engineers retry by manually dispatching
1515
# the workflow from the GitHub UI

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
with:
5656
tag_name: ${{ github.ref_name }}
5757
secrets:
58-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
58+
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)