Skip to content

Commit

Permalink
Allow writing to checks from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 19, 2024
1 parent 924c4be commit acad134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
(needs.test-unit.result == 'success' || needs.test-unit.result == 'skipped')
runs-on: ubuntu-latest

permissions:
checks: write

steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
outputs:
hosting-url: ${{ steps.deploy-preview-channel.outputs.details_url }}

permissions:
checks: write

steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit acad134

Please sign in to comment.