Skip to content

Commit

Permalink
fix: add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo authored Jul 11, 2024
1 parent a2813d6 commit 22e78db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,4 +26,4 @@ jobs:
uses: EnricoMi/[email protected]
with:
commit: ${{ github.event.workflow_run.head_sha }}
files: "reports/*.xml"
files: "reports/*.xml"

0 comments on commit 22e78db

Please sign in to comment.