mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 17:14:23 +00:00
Merge 0ee31503ed into 3a2844b7e9
This commit is contained in:
commit
aed5fc9681
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,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…
Add table
Add a link
Reference in a new issue