Skip to content

Commit

Permalink
added permision for read and write
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmoon committed Feb 9, 2024
1 parent 51dcb2e commit 56602ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
jobs:
label-changes:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write
steps:
- name: Run actions/checkout@v4
uses: actions/checkout@v4
Expand Down

0 comments on commit 56602ef

Please sign in to comment.