diff --git a/.github/workflows/git_mirror.yml b/.github/workflows/git_mirror.yml index bfa7d25c..925071f9 100644 --- a/.github/workflows/git_mirror.yml +++ b/.github/workflows/git_mirror.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: ffflorian/actions/git-mirror@4c122eeb3b90a673d33573e7a688a099433b59bd + - uses: ffflorian/actions/git-mirror@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d with: GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7aa6add2..0b8c417b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: - name: Publish Release and Docker image id: publish_release - uses: ffflorian/actions/docker-image-release@4c122eeb3b90a673d33573e7a688a099433b59bd + uses: ffflorian/actions/docker-image-release@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d with: DOCKER_TOKEN: ${{ secrets.DOCKER_SECRET }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: ) steps: - name: Deploy - uses: ffflorian/actions/coolify-deploy@4c122eeb3b90a673d33573e7a688a099433b59bd + uses: ffflorian/actions/coolify-deploy@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} domain: ${{ secrets.COOLIFY_DOMAIN }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index fade58be..5f42e08e 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Update yarn - uses: ffflorian/actions/yarn-update@4c122eeb3b90a673d33573e7a688a099433b59bd + uses: ffflorian/actions/yarn-update@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl '