mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +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:
|
||||
issues:
|
||||
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:
|
||||
comment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue