Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/git_mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d
- uses: ffflorian/actions/git-mirror@c9a3071b2d17985d88f3bbaeab838871d9b61bdd
with:
GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git'
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Publish Release and Docker image
id: publish_release
uses: ffflorian/actions/docker-image-release@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d
uses: ffflorian/actions/docker-image-release@c9a3071b2d17985d88f3bbaeab838871d9b61bdd
with:
DOCKER_TOKEN: ${{ secrets.DOCKER_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -110,7 +110,7 @@ jobs:
)
steps:
- name: Deploy
uses: ffflorian/actions/coolify-deploy@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d
uses: ffflorian/actions/coolify-deploy@c9a3071b2d17985d88f3bbaeab838871d9b61bdd
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
domain: ${{ secrets.COOLIFY_DOMAIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

- name: Update yarn
uses: ffflorian/actions/yarn-update@0306941fc8c1a71a8bdaa1a2253e37f6ae707c6d
uses: ffflorian/actions/yarn-update@c9a3071b2d17985d88f3bbaeab838871d9b61bdd
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
Expand Down