Skip to content

Commit d8dee07

Browse files
committed
ci: update workflow perms
1 parent 89fd4fd commit d8dee07

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pr-autoscan.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
id-token: write
6262
contents: read
6363
actions: read
64+
issues: write
6465
pull-requests: write
66+
6567
steps:
6668

6769
# ---------------------------------------------------------------------------------------
@@ -704,9 +706,4 @@ jobs:
704706
owner: context.repo.owner,
705707
repo: context.repo.repo,
706708
body: message.join('\n'),
707-
} );
708-
709-
permissions:
710-
contents: read
711-
issues: write
712-
pull-requests: write
709+
} );

0 commit comments

Comments
 (0)