Add GITHUB_TOKEN to env for release action

This commit is contained in:
Chad Roberts 2024-11-25 09:50:51 -05:00
parent f3fd177670
commit e666cd29f8
No known key found for this signature in database
GPG Key ID: 1F6B1A7A4D54C39A

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 }}