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 bc7daf1 commit 038678eCopy full SHA for 038678e
1 file changed
.github/workflows/check-c-abi.yaml
@@ -88,6 +88,8 @@ jobs:
88
check-pr:
89
if: github.event_name == 'pull_request' || github.event_name == 'workflow_call'
90
runs-on: ubuntu-latest
91
+ permissions:
92
+ contents: write
93
steps:
94
- name: Checkout PR branch
95
uses: actions/checkout@v4
0 commit comments