diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 6290357f1..693495891 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -22,7 +22,7 @@ jobs: with: submodules: true ref: ${{ matrix.branches }} - token: ${{ secrets.PAT }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Create update branch run: git checkout -b csupdate/${{ matrix.branches }} - name: Initialize mandatory git config