Skip to content

Commit

Permalink
Re-widen permissions for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Mar 13, 2024
1 parent a9eb2ab commit d7b12fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
name: Build SDK
runs-on: ubuntu-latest

permissions:
pull-requests: write
permissions: write-all

steps:
- name: Checkout
Expand Down

1 comment on commit d7b12fe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

71.43%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
sdk
   client.h0%100%0%0%25–27, 29
   model.h80%100%66.67%100%
sdk/net
   address.h100%100%100%100%
   protocol.h85.71%100%75%100%

Please sign in to comment.