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 ae5f1b9 commit 89b0712Copy full SHA for 89b0712
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ on:
9
required: true
10
type: string
11
secrets:
12
- publish_token:
+ BCR_PUBLISH_TOKEN:
13
14
# In case of problems, let release engineers retry by manually dispatching
15
# the workflow from the GitHub UI
.github/workflows/release.yml
@@ -55,4 +55,4 @@ jobs:
55
with:
56
tag_name: ${{ github.ref_name }}
57
58
- publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments