diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index 9440f87a..efab7fb7 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -13,7 +13,7 @@ jobs: - name: checkout branch uses: actions/checkout@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SUBMODULE_TOKEN }} submodules: true - name: set up JDK 17