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 14ed5a5 commit 40eff4aCopy full SHA for 40eff4a
.github/workflows/release-build.yml
@@ -54,7 +54,7 @@ jobs:
54
BODY=$(echo "$CURRENT_NOTES" | sed "0,/^## /d")
55
gh release edit "${REF_NAME}" --notes "${HEADER}${TEMPLATE}${BODY}"
56
env:
57
- GITHUB_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ github.token }}
58
REF_NAME: ${{ github.ref_name }}
59
update-release-notes:
60
strategy:
@@ -102,4 +102,5 @@ jobs:
102
gh release edit "${REF_NAME}" --notes "${UPDATED_NOTES}"
103
104
DIGEST: ${{ steps.inspect-manifest.outputs.digest }}
105
+ GH_REPO: ${{ github.repository }}
106
GH_TOKEN: ${{ github.token }}
0 commit comments