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 dfdaedd commit 3f46bf2Copy full SHA for 3f46bf2
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
with:
29
tag_name: ${{ inputs.tag_name || github.ref_name }}
30
secrets:
31
- publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments