Skip to content

Commit 3f46bf2

Browse files
committed
fix(release): pass through secret to publish workflow by name
1 parent dfdaedd commit 3f46bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
tag_name: ${{ inputs.tag_name || github.ref_name }}
3030
secrets:
31-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
31+
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)