Skip to content

Commit

Permalink
fix: add relevant permissions to first contrib yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 57774ed commit dbfea5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/first_contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request_target:
types: [opened]

permissions:
issues: write
pull_requests: write

jobs:
greeting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbfea5e

Please sign in to comment.