Skip to content

Commit d7832e0

Browse files
committed
pass along secret from input
1 parent 2ea49a8 commit d7832e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
tag_name: ${{ inputs.tag_name || github.ref_name }}
6161
secrets:
62-
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
62+
BCR_PUBLISH_TOKEN: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
6363

6464
##publish_pypi:
6565
## # We just want publish_pypi last, since once uploaded, it can't be changed.

0 commit comments

Comments
 (0)