We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea49a8 commit d7832e0Copy full SHA for d7832e0
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
tag_name: ${{ inputs.tag_name || github.ref_name }}
61
secrets:
62
- BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ BCR_PUBLISH_TOKEN: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
63
64
##publish_pypi:
65
## # We just want publish_pypi last, since once uploaded, it can't be changed.
0 commit comments