diff --git a/.github/workflows/update-ghc.yaml b/.github/workflows/update-ghc.yaml index bcf8f8f8c..0f61e1937 100644 --- a/.github/workflows/update-ghc.yaml +++ b/.github/workflows/update-ghc.yaml @@ -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 }}"