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 f60a288 commit 07ef097Copy full SHA for 07ef097
.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 }}
.github/workflows/release.yml
@@ -26,4 +26,4 @@ jobs:
26
with:
27
tag_name: ${{ github.ref_name }}
28
29
- BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments