We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f46bf2 commit 3745e28Copy full SHA for 3745e28
.github/workflows/publish.yaml
@@ -30,4 +30,4 @@ jobs:
30
id-token: write
31
secrets:
32
# Necessary to push to the BCR fork, and to open a pull request against a registry
33
- publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
with:
29
tag_name: ${{ inputs.tag_name || github.ref_name }}
- BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments