From 0adb3309e2f9ad38c11972bf6e914d29e1667101 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 6 May 2024 20:57:08 -0700 Subject: [PATCH] Add PAT to repository_dispatch job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcfeb833d0..3a5c362868 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: uses: peter-evans/repository-dispatch@v3 with: # Does regular token work within same org? - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.REPO_DISPATCH }} repository: ${{ matrix.repo }} event-type: jackson-core-pushed client-payload: '{"version": "${{ needs.resolve-tag.outputs.release-tag}}"}'