Try fix token

This commit is contained in:
Evan Dunbar 2024-09-26 11:48:34 -05:00
parent 100014c905
commit a903355ba5

View file

@ -52,7 +52,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN}}
with:
tag_name: v${{ github.run_number }}
release_name: Release v${{ github.run_number }}