Skip to content

Commit

Permalink
added permission to the workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 20, 2024
1 parent af884ee commit 6d3154a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
pr-health-check:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 6d3154a

Please sign in to comment.