Skip to content

Commit

Permalink
fix name of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Oct 12, 2021
1 parent ff871f2 commit bf9b3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Dispatch event
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
token: ${{ secrets.ACTION_API_TOKEN }}
event-type: ${{ env.event_dispatch }}
repository: ${{ matrix.repo }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.event.pull_request.head.sha }}", "repo": "${{ github.repository }}", "owner": "${{github.repository_owner}}", "number": "${{github.event.number}}"}'

0 comments on commit bf9b3d2

Please sign in to comment.