Skip to content

Commit

Permalink
request write permissions for issues (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Dec 9, 2024
1 parent 804956c commit c2cbccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
matrix:
python-version: ["3.12"]

permissions:
issues: write

steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c2cbccb

Please sign in to comment.