From b8f7b475bb63fe60bc4834a4bb14870c0dc77274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=20Cai?= Date: Wed, 5 Feb 2025 11:19:53 +0800 Subject: [PATCH] chore: reset code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'