Skip to content

Commit 8faa71e

Browse files
authored
fix(publish): pick up secret when passed from caller workflow (#66)
* fix(release): pass through secret to publish workflow by name * fix * delete
1 parent 6893169 commit 8faa71e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.bcr/config.yml

-3
This file was deleted.

.github/workflows/publish.yaml

+1-1
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 }}

0 commit comments

Comments
 (0)