Skip to content

Commit 3745e28

Browse files
committed
fix
1 parent 3f46bf2 commit 3745e28

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
@@ -30,4 +30,4 @@ jobs:
3030
id-token: write
3131
secrets:
3232
# Necessary to push to the BCR fork, and to open a pull request against a registry
33-
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
33+
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
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
tag_name: ${{ inputs.tag_name || github.ref_name }}
3030
secrets:
31-
BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
31+
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)