Skip to content

Commit 9a63945

Browse files
committed
Drop write permissions in coverage workflow
1 parent 0db0ee8 commit 9a63945

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coverage_report.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ on:
2424
jobs:
2525
coverage-report:
2626
runs-on: ubuntu-24.04
27-
permissions:
28-
contents: write # required to upload release assets
2927
outputs:
3028
artifact-name: ${{ steps.set-artifact-name.outputs.artifact-name }}
3129

0 commit comments

Comments
 (0)