diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 7126753..286d884 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -8,6 +8,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + token: ${{ secrets.ACTIONS_PAT }} - name: Setup node uses: actions/setup-node@v3 with: