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 a8b2499 + 2e5f079 commit 11212efCopy full SHA for 11212ef
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ main, develop ]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -12,6 +12,9 @@ on:
default: 'true'
type: boolean
15
16
17
18
19
release:
20
permissions:
.github/workflows/sync-release-notes.yml
@@ -5,6 +5,9 @@ on:
5
types: [published, edited] # Automatic trigger when releases are published or edited
sync-release-notes:
0 commit comments