Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Feb 13, 2024
1 parent 9bcd237 commit 7ffc7eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: pull_request
on: [pull_request]

permissions:
actions: write
checks: write
contents: write
actions: read|write
checks: read|write
contents: read|write
# deployments: read
issues: write
pull-requests: write
statuses: write
issues: read|write
pull-requests: read|write
statuses: read|write

env:
# DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ffc7eb

Please sign in to comment.