Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 9, 2021
1 parent 3f632e3 commit 6d3dbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prevent-updating-users-yml.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 6d3dbb8

Please sign in to comment.