Skip to content

Commit

Permalink
Adjust permissios for junit-report action
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD committed Aug 29, 2024
1 parent 012f299 commit f1a6117
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
cpp-test-libc:
needs: ['build']
runs-on: ubuntu-latest
permissions:
checks: write
strategy:
matrix:
debian:
Expand All @@ -83,6 +85,8 @@ jobs:
cpp-test-musl:
needs: ['build']
runs-on: ubuntu-latest
permissions:
checks: write
strategy:
matrix:
alpine:
Expand Down Expand Up @@ -137,6 +141,8 @@ jobs:
artifact: darwin-x64

runs-on: ${{ matrix.target.os }}
permissions:
checks: write
env:
NPM_TAINTEDUTILS: true
steps:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
cpp-test-libc:
needs: ['build']
runs-on: ubuntu-latest
permissions:
checks: write
strategy:
matrix:
debian:
Expand All @@ -77,6 +79,8 @@ jobs:
cpp-test-musl:
needs: ['build']
runs-on: ubuntu-latest
permissions:
checks: write
strategy:
matrix:
alpine:
Expand Down Expand Up @@ -158,6 +162,8 @@ jobs:
artifact: darwin-x64

runs-on: ${{ matrix.target.os }}
permissions:
checks: write
env:
NPM_TAINTEDUTILS: true
steps:
Expand Down

0 comments on commit f1a6117

Please sign in to comment.