Skip to content

Commit 0e6cab5

Browse files
ci: Fix permissions
1 parent acce7a5 commit 0e6cab5

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ env:
2020
jobs:
2121
qa:
2222
name: 🔹 QA
23+
permissions:
24+
contents: read
25+
packages: read
2326
uses: oliversalzburg/workflows/.github/workflows/qa-github-action-nodejs.yml@main
2427

2528
pre-release:

.github/workflows/qa.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ on:
1010
jobs:
1111
qa:
1212
name: 🔹 QA
13-
uses: oliversalzburg/workflows/.github/workflows/qa-npm-package.yml@main
13+
permissions:
14+
contents: read
15+
packages: read
16+
uses: oliversalzburg/workflows/.github/workflows/qa-github-action-nodejs.yml@main

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
qa:
1010
name: 🔹 QA
11+
permissions:
12+
contents: read
13+
packages: read
1114
uses: oliversalzburg/workflows/.github/workflows/qa-github-action-nodejs.yml@main
1215

1316
release:

0 commit comments

Comments
 (0)