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 d9d7b3a commit f824224Copy full SHA for f824224
.github/workflows/build.yml
@@ -16,6 +16,9 @@ jobs:
16
17
runs-on: ubuntu-latest
18
19
+ permissions:
20
+ contents: write
21
+
22
steps:
23
- name: Checkout repo
24
uses: actions/checkout@v4
.github/workflows/static_analysis.yml
@@ -11,6 +11,9 @@ jobs:
11
static_analysis:
12
13
14
15
0 commit comments