We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b882a commit 05bcbe0Copy full SHA for 05bcbe0
.github/workflows/update-haskell-ci-on-tested-with-pr.yml
@@ -105,9 +105,9 @@ jobs:
105
- name: Commit changes back to PR branch
106
uses: stefanzweifel/git-auto-commit-action@v5
107
with:
108
- commit_message: "chore(ci): regenerate CI from tested-with PR"
+ commit_message: "chore(ci): regenerate Haskell-CI from a tested-with PR"
109
branch: ${{ github.head_ref }}
110
- # Limit to the typical files haskell-ci may edit
+ token: ${{ secrets.WORKFLOW_TOKEN }} # PAT with workflow + contents/write
111
file_pattern: |
112
.github/workflows/**
113
.haskell-ci
0 commit comments