Skip to content

Commit a09ba97

Browse files
Change fix of previous commit: merge perms rather than deleting new ones.
1 parent b9cfd39 commit a09ba97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-check-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Update check run
2+
permissions:
3+
contents: read
4+
checks: write
25

36
on:
47
workflow_dispatch:
@@ -37,9 +40,6 @@ on:
3740
type: string
3841
default: '{}'
3942

40-
permissions:
41-
checks: write
42-
4343
jobs:
4444
update-check-run:
4545
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)