diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01e9e41..49a361d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.token }} - name: Install tools run: |