Set the github token for the release action

This commit is contained in:
John Doty 2024-08-15 11:59:00 -07:00
parent 241e8e1eea
commit 2d1c8a4ceb

View file

@ -88,4 +88,5 @@ jobs:
env: env:
RELEASE_TAG: ${{ needs.create_release.outputs.version }} RELEASE_TAG: ${{ needs.create_release.outputs.version }}
BUILD: ${{ matrix.build }} BUILD: ${{ matrix.build }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python3 release.py run: python3 release.py