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.
2 parents d4bd0dd + 1d21cde commit 3719b64Copy full SHA for 3719b64
.github/workflows/build.yml
@@ -24,6 +24,10 @@ on:
24
# GitHub codeowners
25
- '.github/CODEOWNERS'
26
27
+
28
+permissions:
29
+ contents: read
30
31
concurrency:
32
group: ${{ github.ref }}
33
cancel-in-progress: true
.github/workflows/validate-changelog.yml
@@ -5,6 +5,10 @@ on:
5
paths:
6
- 'CHANGELOG.md'
7
8
9
10
11
12
jobs:
13
validate:
14
runs-on: ubuntu-latest
0 commit comments