From e2bda663d0217237e8f15af2de5762cca25e2ff1 Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 19 Feb 2021 23:45:51 -0500 Subject: [PATCH] Use auth token to clone repo This should fix pushing, since DFHack-Urist now has permission to push to develop. --- .github/workflows/update-submodules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 93b0437fb..5b6c19f89 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -20,6 +20,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.inputs.branch }} submodules: true + token: ${{ secrets.DFHACK_GITHUB_TOKEN }} - name: Update submodules run: | git config user.name "DFHack-Urist via GitHub Actions"