From 23e5297fa6e20b9281ab78a93c2e7e6bdb571788 Mon Sep 17 00:00:00 2001 From: Max Powis Date: Thu, 10 Aug 2023 04:32:11 +0200 Subject: [PATCH] #24: Fix api token in dispatch_publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 026b6a0..c6850ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,5 +81,5 @@ jobs: uses: peter-evans/repository-dispatch@v2.1.1 if: ${{ github.event_name=='push' }} with: - token: ${{ secrets.PERSONAL_TOKEN_REPO_WORKFLOW }} + token: ${{ secrets.API_TOKEN_GITHUB }} event-type: dispatch_publish \ No newline at end of file