From 1918a453f409a0e98dec7b76fa225ae8631b5a82 Mon Sep 17 00:00:00 2001 From: Sonic853 Date: Fri, 16 Aug 2024 08:47:00 +0800 Subject: [PATCH] use PAT --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc95134..daa5345 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,7 +89,7 @@ jobs: if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version uses: peter-evans/repository-dispatch@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT }} repository: Sonic853/vpm-repos event-type: publish-vpm client-payload: '{"repository": "${{ github.repository }}", "path": "${{ github.event.repository.name }}", "name": "${{ steps.read_version.outputs.name }}", "version": "${{ steps.read_version.outputs.current_version }}"}' \ No newline at end of file