Bump
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 38s

This commit is contained in:
Dominik Milacher 2025-06-13 21:37:59 +02:00
parent e10abdd981
commit e21b07c11d

View File

@ -17,6 +17,7 @@ jobs:
fetch-depth: 0 # whole history and tags, can refine this later
persist-credentials: false # dont leave the HTTPS token in origin
ssh-key: ${{ secrets.GIT_SSH_KEY }}
ssh-strict: false
- name: Setup node
uses: https://github.com/actions/setup-node@v4