Skip to content

Commit b90fee2

Browse files
Update greetings.yml - adding permissions
1 parent 9804092 commit b90fee2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [pull_request, issues]
55
jobs:
66
greeting:
77
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
811
steps:
912
- uses: actions/first-interaction@v1
1013
with:

0 commit comments

Comments
 (0)