We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d7850 commit 5944a7cCopy full SHA for 5944a7c
.github/workflows/verify-distribution.yml
@@ -32,7 +32,8 @@ jobs:
32
verify:
33
name: Verify Plugin Distribution
34
permissions:
35
- contents: read # Needed to clone the repo.
+ contents: write # Needed to push commits
36
+ pull-requests: write # Needed to create a PR
37
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
38
with:
39
plugin: user-switching
0 commit comments