Skip to content

Commit 038678e

Browse files
committed
update permissions
add write contents permissions so that we can leave a comment on the PR
1 parent bc7daf1 commit 038678e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-c-abi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
check-pr:
8989
if: github.event_name == 'pull_request' || github.event_name == 'workflow_call'
9090
runs-on: ubuntu-latest
91+
permissions:
92+
contents: write
9193
steps:
9294
- name: Checkout PR branch
9395
uses: actions/checkout@v4

0 commit comments

Comments
 (0)