Skip to content

Commit

Permalink
🌱 Fix integration githubaction permissions (#985)
Browse files Browse the repository at this point in the history
* Changed the integration GitHub action permissions to contents:read, pull-requests:write
  • Loading branch information
naveensrinivasan authored Oct 4, 2021
1 parent c39672b commit aaa3512
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ name: Integration tests
env:
IMAGE_NAME: scorecard
OUTPUT_PATH: output

permissions:
contents: read
pull-requests: write

jobs:
integration-trusted:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aaa3512

Please sign in to comment.