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 6893169 commit f60a288Copy full SHA for f60a288
.github/workflows/release.yml
@@ -26,4 +26,4 @@ jobs:
26
with:
27
tag_name: ${{ github.ref_name }}
28
secrets:
29
- publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
+ BCR_PUBLISH_TOKEN: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments