Skip to content

Commit

Permalink
Add permission to upload checks from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil authored Nov 16, 2023
1 parent f58fc0a commit 1eb9ee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
checks: write
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 1eb9ee3

Please sign in to comment.