From 6293d83bf9bbad04ef2bbb33adcd92eaa3b60cc3 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:31:14 +0100 Subject: [PATCH 01/24] change action version --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1fe478c..1e555b3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@8539a35095f1b6251e33ad8d34b0e6df06e1300e + uses: https://git.qlic.nl/actions/warden@88dff5523d7696050474b0a3c18fa06cbb97e8a6 with: client-id: ${{ inputs.warden-client-id }} secret-id: ${{ inputs.warden-client-secret }} -- 2.47.2 From 7d17047aa1b6227943eddee35359eaf5ffea57e5 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:34:10 +0100 Subject: [PATCH 02/24] update version --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1e555b3..5a26c46 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@88dff5523d7696050474b0a3c18fa06cbb97e8a6 + uses: https://git.qlic.nl/actions/warden@b0454df36f91c8b39f8bf886438d7d1a4192363d with: client-id: ${{ inputs.warden-client-id }} secret-id: ${{ inputs.warden-client-secret }} -- 2.47.2 From 309c7cb1f28b4724101ad341fb644e83649422f4 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:42:54 +0100 Subject: [PATCH 03/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5a26c46..594f4c6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: uses: https://git.qlic.nl/actions/warden@b0454df36f91c8b39f8bf886438d7d1a4192363d with: client-id: ${{ inputs.warden-client-id }} - secret-id: ${{ inputs.warden-client-secret }} + client-secret: ${{ inputs.warden-client-secret }} password: ${{ inputs.warden-password }} server: ${{ inputs.warden-server }} secrets: ${{ inputs.secrets }} -- 2.47.2 From 3dc209a89c014514d6dd0b0dfa7799c3527d02e1 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:49:45 +0100 Subject: [PATCH 04/24] update version --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 594f4c6..cfa2b4f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@b0454df36f91c8b39f8bf886438d7d1a4192363d + uses: https://git.qlic.nl/actions/warden@59a801a15ffb80448ae13ea8b288ffb7c3bbb553 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 7741cf6759391a123a39f97bd14f51b48bf68198 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 15:58:13 +0100 Subject: [PATCH 05/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cfa2b4f..c203853 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@59a801a15ffb80448ae13ea8b288ffb7c3bbb553 + uses: https://git.qlic.nl/actions/warden@445f3224bde3550e5361d85def509c36762344d2 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From fe63b868c5704e4b116e1e1ac413aabb1c9b15f8 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 16:00:04 +0100 Subject: [PATCH 06/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c203853..d655f87 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@445f3224bde3550e5361d85def509c36762344d2 + uses: https://git.qlic.nl/actions/warden@4c47cbb786246554373aec36bf560eada64f648c with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 43255deb869eaa42b069c118fd5da738c263a497 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 16:07:15 +0100 Subject: [PATCH 07/24] change version --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d655f87..d78d1e4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@4c47cbb786246554373aec36bf560eada64f648c + uses: https://git.qlic.nl/actions/warden@b1276bb6230ca859eaca923cc2bd1b9422e24f87 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From a72925ee2b1c9e1dba52f2cd9d20edebac164eff Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 16:21:06 +0100 Subject: [PATCH 08/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d78d1e4..914218a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@b1276bb6230ca859eaca923cc2bd1b9422e24f87 + uses: https://git.qlic.nl/actions/warden@47eb232bf1a3fb3ca29eee95c703be80882e4538 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 8268b0d2e110d297e32b89feb3136db62042d367 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 16:57:27 +0100 Subject: [PATCH 09/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 914218a..d961c45 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@47eb232bf1a3fb3ca29eee95c703be80882e4538 + uses: https://git.qlic.nl/actions/warden@134c1ee80157c8a53177bb1cafd1f599131d8dac with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 319f26c6d14c9ff37e41a346ef7211732cd85b43 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:06:58 +0100 Subject: [PATCH 10/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d961c45..25f3ba6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@134c1ee80157c8a53177bb1cafd1f599131d8dac + uses: https://git.qlic.nl/actions/warden@004b4b8019b5b3251437204a376ff936add4e71d with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 1dfa9623cf5ce639869047b72849b367cdde93e1 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:09:49 +0100 Subject: [PATCH 11/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 25f3ba6..68a58b9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@004b4b8019b5b3251437204a376ff936add4e71d + uses: https://git.qlic.nl/actions/warden@9b78b64702712ba2221dc18ee2d0a1d96ea85a7a with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From f49a36be12c810747412446b5e032ec0b3c89c45 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:20:21 +0100 Subject: [PATCH 12/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 68a58b9..397817f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@9b78b64702712ba2221dc18ee2d0a1d96ea85a7a + uses: https://git.qlic.nl/actions/warden@8e51555e0b3a72895247ce64e4d959aa870feaa9 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 89a9a17ab88416d6aa4ab93d7bd5d015397a4db9 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:21:58 +0100 Subject: [PATCH 13/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 397817f..4518a54 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@8e51555e0b3a72895247ce64e4d959aa870feaa9 + uses: https://git.qlic.nl/actions/warden@6d2ec5dfa3b2c3847f043cdc036b429891102588 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From a9719af6411c565fa6eef10658d5d36c991afc29 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:30:46 +0100 Subject: [PATCH 14/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4518a54..94eb0d6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@6d2ec5dfa3b2c3847f043cdc036b429891102588 + uses: https://git.qlic.nl/actions/warden@96b336f853e0e0df4ddf3505e14e0dc4f34cf08c with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 26e6144f8a60dfafec6dfe2fbf83f2b2b19a7c00 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:32:48 +0100 Subject: [PATCH 15/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 94eb0d6..80599a6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@96b336f853e0e0df4ddf3505e14e0dc4f34cf08c + uses: https://git.qlic.nl/actions/warden@4dafa416362b9a78377a479f06b36589ce26cf08 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 3ac21557a5a5d016c0a83a62bb99325d4f3b1841 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:35:39 +0100 Subject: [PATCH 16/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 80599a6..5bd0eda 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@4dafa416362b9a78377a479f06b36589ce26cf08 + uses: https://git.qlic.nl/actions/warden@9880149e9f0cfa663498a5d113e7639154b470f0 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From e098dff429e063ba24908105216099b03647c474 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:45:19 +0100 Subject: [PATCH 17/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5bd0eda..1170333 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@9880149e9f0cfa663498a5d113e7639154b470f0 + uses: https://git.qlic.nl/actions/warden@0b36a68d0627f820154d9222b59cd907e4948fd9 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 84b38e47763cab4cc5ecfd8025d3ce0daed177d6 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:48:08 +0100 Subject: [PATCH 18/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1170333..5507184 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@0b36a68d0627f820154d9222b59cd907e4948fd9 + uses: https://git.qlic.nl/actions/warden@bcebea6713dedc2a7e836b9c421beaf1970dc6ab with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 792ff807f2655f7e6c38d7ef6d949379c0a735ec Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:50:09 +0100 Subject: [PATCH 19/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5507184..479b13b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@bcebea6713dedc2a7e836b9c421beaf1970dc6ab + uses: https://git.qlic.nl/actions/warden@b22ebd4ac777f8398bc3fe558e080d39c5209bd9 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 2c43c5ccdb80ff095a1b59801e4a25f47fcb6903 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 17:52:08 +0100 Subject: [PATCH 20/24] update --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 479b13b..ff0511b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.ssh-private-key }} - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@b22ebd4ac777f8398bc3fe558e080d39c5209bd9 + uses: https://git.qlic.nl/actions/warden@0f7c20e319abd313450baa6238708a32de5fd194 with: client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} -- 2.47.2 From 2749cddb9bdfa0beafd9ee559ddb1cbf1d6a1a14 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 22:51:39 +0100 Subject: [PATCH 21/24] update workflow --- .gitea/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ff0511b..b04ad6d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,9 +4,6 @@ on: ssh-private-key: required: true type: string - env: - required: true - type: string inputs: image: required: false @@ -67,7 +64,7 @@ jobs: secrets: ${{ inputs.secrets }} - name: Create .env file from secret - run: echo "$ENV" > .kamal/secrets.${{ inputs.environment }} + run: echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }} - name: Append kamal registry password run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }} -- 2.47.2 From 6bced4c037bf9bf4ea19add13d62de1c9912cf04 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 22:53:28 +0100 Subject: [PATCH 22/24] update --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b04ad6d..9871954 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -64,7 +64,8 @@ jobs: secrets: ${{ inputs.secrets }} - name: Create .env file from secret - run: echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }} + run: | + echo "$DOT_ENV" > .kamal/secrets.${{ inputes.environment }} - name: Append kamal registry password run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }} -- 2.47.2 From 848b00878530e3d7fbdccede888627cf5198ff4d Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 22:56:11 +0100 Subject: [PATCH 23/24] fix --- .gitea/workflows/deploy.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9871954..108dd11 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -54,18 +54,19 @@ jobs: with: ssh-private-key: ${{ secrets.ssh-private-key }} - - name: Get bitwarden secrets - uses: https://git.qlic.nl/actions/warden@0f7c20e319abd313450baa6238708a32de5fd194 + - name: Bitwarden + uses: https://git.qlic.nl/actions/warden@e0a78ea1c3e894453f1d67de0cfe554256025d0f with: + email: ${{ inputs.warden-email }} + password: ${{ inputs.warden-password }} client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} - password: ${{ inputs.warden-password }} - server: ${{ inputs.warden-server }} - secrets: ${{ inputs.secrets }} + secrets: | + 9f0d240a-ba74-40be-b096-39d8d4477c05 > DOT_ENV - name: Create .env file from secret run: | - echo "$DOT_ENV" > .kamal/secrets.${{ inputes.environment }} + echo "$DOT_ENV" > .kamal/secrets.${{ inputs.environment }} - name: Append kamal registry password run: echo "KAMAL_REGISTRY_PASSWORD=${{ inputs.password }}" >> .kamal/secrets.${{ inputs.environment }} -- 2.47.2 From 5fc4477f4b0337227f4e98e7ea4ed538c9a01501 Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Thu, 27 Feb 2025 14:09:53 +0000 Subject: [PATCH 24/24] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 108dd11..d1ad407 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -61,8 +61,7 @@ jobs: password: ${{ inputs.warden-password }} client-id: ${{ inputs.warden-client-id }} client-secret: ${{ inputs.warden-client-secret }} - secrets: | - 9f0d240a-ba74-40be-b096-39d8d4477c05 > DOT_ENV + secrets: ${{ inputs.secrets }} - name: Create .env file from secret run: | -- 2.47.2