Skip to content

Commit

Permalink
Fix permissions for workflow to submit coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Nov 24, 2023
1 parent 3934142 commit 08f1771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ "main" ]

# The API requires write permission on the repository to submit coverage reports
permissions:
contents: write

jobs:

build:
Expand Down

0 comments on commit 08f1771

Please sign in to comment.