Skip to content

Commit 04bb3f3

Browse files
authored
Merge pull request #620 from ZIMkaRU/bugfix/fix-gh-actions-workflow-permissions
Fix GH Actions workflow permissions
2 parents be5a654 + 5082fe5 commit 04bb3f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ jobs:
3232
path: test-report.json
3333
web-page-report:
3434
needs: linux-test-runner
35+
permissions:
36+
contents: read
37+
actions: read
38+
checks: write
3539
uses: ./.github/workflows/test-report.yml

0 commit comments

Comments
 (0)