diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0626d738..9490b7ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.PERSONAL_TOKEN }} - name: Install Node.js uses: actions/setup-node@v3