Skip to content

Commit

Permalink
Add missing permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron committed Jan 8, 2025
1 parent bd43a2e commit 35250ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
name: Process Test Results
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion != 'skipped'
permissions:
checks: write

# needed unless run with comment_mode: off
pull-requests: write

# required by download step to access artifacts API
actions: read

steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 35250ae

Please sign in to comment.