diff --git a/.github/workflows/git_mirror.yml b/.github/workflows/git_mirror.yml index 15ff3554..7c630c4a 100644 --- a/.github/workflows/git_mirror.yml +++ b/.github/workflows/git_mirror.yml @@ -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 }} diff --git a/.github/workflows/lint_test_publish.yml b/.github/workflows/lint_test_publish.yml index e6c3dafe..13318975 100644 --- a/.github/workflows/lint_test_publish.yml +++ b/.github/workflows/lint_test_publish.yml @@ -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' @@ -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 }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 2e820056..cf56c1f0 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -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 ' release_cooldown_days: '5' + assignees: 'ffflorian'