Skip to content

Commit 044e396

Browse files
committed
ci: grant test job write permissions for coverage reporting
coverage-action with publish: true needs contents: write to push to _xml_coverage_reports branch; pull-requests: write for PR annotations.
1 parent 8aca40f commit 044e396

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
test:
3939
runs-on: ubuntu-latest
40+
permissions:
41+
contents: write
42+
pull-requests: write
4043
env:
4144
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
4245
steps:

0 commit comments

Comments
 (0)