mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge 0ee31503ed into 450193c5ab
This commit is contained in:
commit
1944e6ec7b
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ By default, github-script will use the token provided to your workflow.
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
# see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
|
||||||
|
permissions:
|
||||||
|
issues: 'write'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue