From 6d3dbb89865f62da4ef2c707e49eefdc85c90344 Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Tue, 9 Nov 2021 16:30:10 +0900 Subject: [PATCH] Fix token --- .github/workflows/prevent-updating-users-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prevent-updating-users-yml.yml b/.github/workflows/prevent-updating-users-yml.yml index c54eb42373d4..4514b71aea25 100644 --- a/.github/workflows/prevent-updating-users-yml.yml +++ b/.github/workflows/prevent-updating-users-yml.yml @@ -13,7 +13,7 @@ jobs: - name: Create comment uses: actions-ecosystem/action-create-comment@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ github.token }} body: | Thank you for using Prettier! But we don't accept updating `users.yml` anymore. If you created this PR for a purpose other than adding users, please ping a maintainer.