We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280a894 commit 6f9557aCopy full SHA for 6f9557a
.github/workflows/ci_static-analysis.yaml
@@ -3,6 +3,9 @@ name: static analysis
3
4
on: ["pull_request", "push"]
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
not-grep:
11
runs-on: ubuntu-latest
.github/workflows/repo-sync.yml
@@ -3,6 +3,10 @@ name: Repo Sync
on:
workflow_dispatch: # allows triggering this manually through the Actions UI
+ contents: write
+ pull-requests: write
repo-sync:
12
name: Repo Sync
0 commit comments