Skip to content

Commit 5944a7c

Browse files
committed
Permissions.
1 parent e4d7850 commit 5944a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-distribution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
verify:
3333
name: Verify Plugin Distribution
3434
permissions:
35-
contents: read # Needed to clone the repo.
35+
contents: write # Needed to push commits
36+
pull-requests: write # Needed to create a PR
3637
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
3738
with:
3839
plugin: user-switching

0 commit comments

Comments
 (0)