Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
give CI permission to write issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Oct 13, 2023
1 parent 4a23bc1 commit fcc2951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
create_issues:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit fcc2951

Please sign in to comment.