Skip to content

Commit

Permalink
Add needed permission to the workflow (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored Feb 12, 2024
1 parent d6cc8ad commit 5c69ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/IssuePreTriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
name: Process new issues
timeout-minutes: 20
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
metadata: read
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5c69ba0

Please sign in to comment.