diff --git a/.github/workflows/prettify-json.yml b/.github/workflows/prettify-json.yml index de96812..9db15bd 100644 --- a/.github/workflows/prettify-json.yml +++ b/.github/workflows/prettify-json.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout this repository uses: actions/checkout@v4.1.0 with: - token: ${{ secrets.ACTIONS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Setting up Node.js uses: actions/setup-node@v4.0.2