We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be979fb commit 7990ddcCopy full SHA for 7990ddc
2 files changed
.github/workflows/ci.yaml
@@ -9,6 +9,9 @@ concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
commitlint:
17
name: commitlint
.github/workflows/release.yaml
@@ -8,6 +8,9 @@ on:
8
concurrency:
checks:
uses: ./.github/workflows/_checks.yaml
0 commit comments