Skip to content

Commit

Permalink
Use custom access token to trigger other workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdhaegen committed May 7, 2021
1 parent 8c99b11 commit 3260d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1
if: ${{ steps.regex-match.outputs.match != '' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.WORKFLOW_TOKEN }}
labels: pr-pull

0 comments on commit 3260d44

Please sign in to comment.