diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cba733..6a5795e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,7 @@ jobs: - name: Check for updates run: | + ./update.py export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" git clone https://github.com/runcitadel/dev-tools cd dev-tools @@ -26,6 +27,7 @@ jobs: yarn citadel-dev appcheck -d ../apps cd .. rm -rf dev-tools + ./update.py git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" git commit -a -m "Update apps"