Skip to content

Commit

Permalink
chore: add permissions for pr comment tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2024
1 parent a88fee8 commit 64cb8da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
CARGO_INCREMENTAL: 0
MISE_TRUSTED_CONFIG_PATHS: ${{ github.workspace }}

permissions:
pull-requests: write

jobs:
unit:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -149,4 +152,5 @@ jobs:
if: github.event_name == 'pull_request'
with:
recreate: true
continue-on-error: true
path: code-coverage-results.md

0 comments on commit 64cb8da

Please sign in to comment.