From 9930e63acc36df5adb459f91d97b358af5b436be Mon Sep 17 00:00:00 2001 From: Zlatin Todorinski <6491638+todorinskiz@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:58:12 +0200 Subject: [PATCH 1/4] Update ci.yml XENALFCAS-147 Updated deployment key for object storage --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a95379a..3956be4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: ${{ secrets.DEPLOY_KEY_EDGE_DOCS }} ${{ secrets.DEPLOY_KEY_FINDER_DOCS }} ${{ secrets.DEPLOY_KEY_INFLOW_DOCS }} + ${{ DEPLOY_KEY_OBJECT_STORAGE_DOCS_PUBLISHING }} ${{ secrets.DEPLOY_KEY_OBJECT_STORAGE_DOCS }} - name: init submodules run: | From dbf7371946b2dc5e8513245a99cc5e7e85e5fee9 Mon Sep 17 00:00:00 2001 From: Zlatin Todorinski <6491638+todorinskiz@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:00:24 +0200 Subject: [PATCH 2/4] XENALFCAS-147 Update ci.yml object storage secret --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3956be4..eabf63e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ${{ secrets.DEPLOY_KEY_EDGE_DOCS }} ${{ secrets.DEPLOY_KEY_FINDER_DOCS }} ${{ secrets.DEPLOY_KEY_INFLOW_DOCS }} - ${{ DEPLOY_KEY_OBJECT_STORAGE_DOCS_PUBLISHING }} + ${{ secrets.DEPLOY_KEY_OBJECT_STORAGE_DOCS_PUBLISHING }} ${{ secrets.DEPLOY_KEY_OBJECT_STORAGE_DOCS }} - name: init submodules run: | From 2702548c8b22cfe64602f154061160444228fb12 Mon Sep 17 00:00:00 2001 From: Zlatin Todorinski <6491638+todorinskiz@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:25:19 +0200 Subject: [PATCH 3/4] XENALFCAS-147 Update ci.yml to add read permissions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eabf63e..68bb044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: 'Continuous Integration' on: [ push, workflow_dispatch ] +permissions: + contents: read env: GRADLE_OPTS: >- -Dorg.gradle.project.buildDate=$(date +%s) From 8b6ffd0eb590eecf1e1f0a4cf66ca40327bf5157 Mon Sep 17 00:00:00 2001 From: Zlatin Todorinski <6491638+todorinskiz@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:49:46 +0200 Subject: [PATCH 4/4] XENALFCAS-147 Cleanup after ssh key troubleshooting --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68bb044..2e2e6bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: ${{ secrets.DEPLOY_KEY_EDGE_DOCS }} ${{ secrets.DEPLOY_KEY_FINDER_DOCS }} ${{ secrets.DEPLOY_KEY_INFLOW_DOCS }} - ${{ secrets.DEPLOY_KEY_OBJECT_STORAGE_DOCS_PUBLISHING }} ${{ secrets.DEPLOY_KEY_OBJECT_STORAGE_DOCS }} - name: init submodules run: |