Skip to content

Commit a50b49f

Browse files
author
Akácz Károly
committed
fix: Add checks:read permission to wait-for-tests job to access GitHub Checks API
1 parent e999d5e commit a50b49f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
wait-for-tests:
2121
name: Wait for Build and Test Workflow
2222
runs-on: ubuntu-latest
23+
permissions:
24+
checks: read
25+
contents: read
2326
steps:
2427
- name: Wait for all test jobs to complete
2528
uses: lewagon/wait-on-check-action@v1.3.4

0 commit comments

Comments
 (0)