Skip to content

Commit

Permalink
fix(github actions): add permissions to modify issues (passportxyz#340)
Browse files Browse the repository at this point in the history
* feat(github-actions): adds github action to add issues to project

* fix(github actions): change github token

* fix(github actions): change github token
  • Loading branch information
farque65 authored Jul 22, 2022
1 parent beb5819 commit d067bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
permissions:
issues: read|write
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit d067bf6

Please sign in to comment.