Skip to content

Commit

Permalink
Add PAT to repository_dispatch job
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 7, 2024
1 parent 838e017 commit 0adb330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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}}"}'

0 comments on commit 0adb330

Please sign in to comment.