Skip to content

Commit f60a288

Browse files
authored
fix(release): pass through secret to publish workflow by name
1 parent 6893169 commit f60a288

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
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
tag_name: ${{ github.ref_name }}
2828
secrets:
29-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
29+
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)