diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index 8073fb0..febf993 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 with: ref: main - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Setup Python environment uses: ./.github/actions/setup-python