Skip to content

Commit 957e2bc

Browse files
authored
Update permissions to include admin access (#7205)
1 parent bcdb340 commit 957e2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
command: '.skip-integration-checks'
8686
allowed_contexts: pull_request
8787
# Note: this permission step is _critical_ to make sure only maintainers can run the command
88-
permissions: write
88+
permissions: 'write,admin'
8989
- name: Override status checks for issue comment
9090
if: ${{ github.event_name == 'issue_comment' && steps.command.outputs.continue == 'true' }}
9191
run: |

0 commit comments

Comments
 (0)