From 1013de8921d93a84692b49325c0559a868edeee1 Mon Sep 17 00:00:00 2001 From: lodewiges Date: Mon, 21 Oct 2024 10:28:53 +0200 Subject: [PATCH 1/3] first commit --- .ruby-version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index b0f2dcb3..d4315a5b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1,2 @@ -3.0.4 +3.1.3 + From 86bac4e0e04397971ef7e8d1545bfd03f94d32fe Mon Sep 17 00:00:00 2001 From: lodewiges Date: Mon, 21 Oct 2024 10:33:39 +0200 Subject: [PATCH 2/3] Revert "first commit" this shouldn't have been to staging This reverts commit 1013de8921d93a84692b49325c0559a868edeee1. --- .ruby-version | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index d4315a5b..b0f2dcb3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1,2 +1 @@ -3.1.3 - +3.0.4 From 5dfd9b9992cd4583222f183f952540090657ea44 Mon Sep 17 00:00:00 2001 From: lodewiges <131907615+lodewiges@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:46:43 +0200 Subject: [PATCH 3/3] Prepare token availability for codecov (#441) * Quick fix * Update continuous-delivery.yml remove a unneeded space --- .github/workflows/continuous-delivery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 2ad00a5d..86ea3f37 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -106,8 +106,9 @@ jobs: with: sha: ${{ needs.merge.outputs.sha }} secrets: + codecov_token: ${{ secrets.CODECOV_TOKEN }} rails_master_key: ${{ secrets.RAILS_MASTER_KEY }} - + publish_image: name: Publish Image needs: [metadata, merge]