diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index c1e2d5a..d71d88a 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + token: ${{ secrets.PAT }} - name: Update module run: | git submodule update --init --recursive --checkout -f --remote