We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6893169 commit 8faa71eCopy full SHA for 8faa71e
.bcr/config.yml
.github/workflows/publish.yaml
@@ -31,4 +31,4 @@ jobs:
31
id-token: write
32
secrets:
33
# Necessary to push to the BCR fork, and to open a pull request against a registry
34
- publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
0 commit comments