fix: release workflow token

This commit is contained in:
windingwind 2024-08-02 22:24:56 +08:00
parent 1f515cfdf9
commit 288d1bdaa6

View File

@ -14,7 +14,8 @@ jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }}
# Allow triggering other workflows
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
- name: Checkout
uses: actions/checkout@v4