diff --git a/README.md b/README.md index 9adc026..6b78b23 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ By default, github-script will use the token provided to your workflow. ```yaml 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'