We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fed0ae commit 36773d2Copy full SHA for 36773d2
1 file changed
.github/workflows/diff-spec.yml
@@ -9,6 +9,9 @@ jobs:
9
check-spec:
10
name: Check SDK is in sync with spec
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
+ pull-requests: write
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v6
0 commit comments