Skip to content

Commit 71b882a

Browse files
committed
update-CI: fix again (permission wasn't named right)
1 parent 2fefd56 commit 71b882a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)