Skip to content

Commit

Permalink
chore(gha): specify permissions (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored May 15, 2024
1 parent 1557327 commit 33cfd42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:

jobs:
build:
# Allow dependabot to publish tests results
permissions:
checks: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,6 +54,7 @@ jobs:
with:
files: |
tests/**/target/*-reports/TEST-*.xml
- name: Upload IT logs
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 33cfd42

Please sign in to comment.