Skip to content

Commit

Permalink
Updated jobs depending on publishing unit tests to have checks: write…
Browse files Browse the repository at this point in the history
… permission (#37)
  • Loading branch information
CodeGat authored Mar 25, 2024
1 parent acdb941 commit c49d59d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-1-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
config-tag: ${{ matrix.config-tag }}
secrets: inherit
permissions:
checks: write
contents: write
issues: write
2 changes: 2 additions & 0 deletions .github/workflows/schedule-2-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
needs:
- repro-ci
runs-on: ubuntu-latest
permissions:
checks: write
env:
TESTING_LOCAL_LOCATION: /opt/testing
outputs:
Expand Down

0 comments on commit c49d59d

Please sign in to comment.