Skip to content

Commit 2fefd56

Browse files
committed
update-CI: fix more: workflow permissions are necessary
1 parent 13d05bd commit 2fefd56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-haskell-ci-on-tested-with-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
permissions:
1313
contents: write
1414
pull-requests: write
15+
workflows: write # allow committing changes to .github/workflows/*
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)