mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Merge pull request #259 from steebchen/patch-1
docs(readme): add action token permissions
This commit is contained in:
commit
751dd2f2ad
@ -205,6 +205,8 @@ on: [ "push" ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "ubuntu-latest"
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- name: "TODO to Issue"
|
||||
@ -228,6 +230,10 @@ on: [ "push" ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "ubuntu-latest"
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- name: "TODO to Issue"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user