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 0580bce commit 82d77d3Copy full SHA for 82d77d3
.github/workflows/update-haskell-ci-on-tested-with-pr.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
# Checkout the PR head branch so we can commit back to it
67
ref: ${{ github.head_ref }}
68
+ token: ${{ secrets.WORKFLOW_TOKEN }} # PAT with workflow + contents/write
69
70
# Haskell-specific: install haskell-ci from source and regenerate workflows
71
- name: Set up Haskell toolchain
@@ -107,7 +108,6 @@ jobs:
107
108
109
commit_message: "chore(ci): regenerate Haskell-CI from a tested-with PR"
110
branch: ${{ github.head_ref }}
- token: ${{ secrets.WORKFLOW_TOKEN }} # PAT with workflow + contents/write
111
file_pattern: |
112
.github/workflows/**
113
.haskell-ci
0 commit comments