From 18cc06b9112975248df608ea39da23df44c9bdd6 Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Fri, 23 Jun 2023 14:15:57 +0100 Subject: [PATCH] wrong secret --- .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 960e3fdc..c4efc78f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Repository Dispatch uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588 # v2.1.1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT }} repository: jameswoolfenden/scoop event-type: pike client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'