Skip to content

Commit

Permalink
Use an access token to trigger CI runs on created PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Aug 17, 2023
1 parent 9cae370 commit 795968b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-ghc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
title: "[update] GHC ${{ steps.ghc_update.latest }}"
branch: "automation/update-ghc-${{ matrix.ghc }}"
base: master
# TODO: needs a token so that workflows for the PR get triggered
#token: "${{ secrets.PR_TOKEN }}"
token: "${{ secrets.PR_TRIGGER_TOKEN }}"

0 comments on commit 795968b

Please sign in to comment.