diff --git a/README.md b/README.md index 3dfe48d..a17f912 100644 --- a/README.md +++ b/README.md @@ -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: