Skip to content

Commit 7476283

Browse files
committed
Dispatch release notes with a gh token
1 parent 8014671 commit 7476283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/propose-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
extra-commands-early: |
2727
echo ${{ inputs.version }} > .version-determinate
2828
git add .version-determinate
29-
./.github/release-notes.sh
29+
GH_TOKEN="${{ github.token }}" ./.github/release-notes.sh
3030
git add doc
3131
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true

0 commit comments

Comments
 (0)