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 13d05bd commit 2fefd56Copy full SHA for 2fefd56
.github/workflows/update-haskell-ci-on-tested-with-pr.yml
@@ -12,6 +12,7 @@ on:
12
permissions:
13
contents: write
14
pull-requests: write
15
+ workflows: write # allow committing changes to .github/workflows/*
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments