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 @@ -12,7 +12,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@a274bcee58df56cd1dba2f476d3ee8ccd353c538
- uses: ffflorian/actions/git-mirror@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5
with:
GITLAB_REMOTE: 'git@gitlab.com:ffflorian/pkgsource.git'
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Publish Release and Docker image
id: publish_release
uses: ffflorian/actions/docker-image-release@697d595c21f59c1c4b46ff162d3935994cac377a
uses: ffflorian/actions/docker-image-release@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_author: 'ffflorian'
Expand All @@ -83,7 +83,7 @@ jobs:
permissions: {}
steps:
- name: Deploy
uses: ffflorian/actions/coolify-deploy@697d595c21f59c1c4b46ff162d3935994cac377a
uses: ffflorian/actions/coolify-deploy@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5
with:
domain: ${{ secrets.COOLIFY_DOMAIN }}
token: ${{ secrets.COOLIFY_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/yarn_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Update yarn
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ffflorian/actions/yarn-update@4405e0d723a90f03f13aaf0b454f541a77fd66a3
uses: ffflorian/actions/yarn-update@395dd69a8fe27cbaaf9ee09ebfaeefaf92dfdda5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
release_cooldown_days: '5'
assignees: 'ffflorian'