Add GITHUB_TOKEN to env for release action (#128)

This commit is contained in:
Chad Roberts
2024-11-25 09:32:44 -05:00
committed by GitHub
parent dce7e4650b
commit 63bb33ba07

View File

@@ -21,3 +21,5 @@ jobs:
else
gh --repo "${{ github.repository }}" release create ${{ github.ref_name }} --verify-tag --generate-notes
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}