Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 7e62682

Browse files
authored
Add proper permissions for test results publish step (#93)
[skip ci]
1 parent 8fd4335 commit 7e62682

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- build
6161
- test-linux
6262
# - test-win
63+
permissions:
64+
checks: write
65+
pull-requests: write
6366
steps:
6467
- name: Checkout Code
6568
uses: actions/checkout@v3

0 commit comments

Comments
 (0)