Skip to content

Commit 07ef097

Browse files
authored
fix
1 parent f60a288 commit 07ef097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
id-token: write
3232
secrets:
3333
# Necessary to push to the BCR fork, and to open a pull request against a registry
34-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
34+
publish_token: ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
tag_name: ${{ github.ref_name }}
2828
secrets:
29-
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
29+
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)