From 6c68a66e0e36f04269dd405f2133e1368f1fe0d0 Mon Sep 17 00:00:00 2001 From: nesteroff561 Date: Sun, 1 Jun 2025 20:56:57 +0300 Subject: [PATCH] fixed secrets exposing --- .forgejo/workflows/build-image-sway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-image-sway.yaml b/.forgejo/workflows/build-image-sway.yaml index 9528816..579e570 100644 --- a/.forgejo/workflows/build-image-sway.yaml +++ b/.forgejo/workflows/build-image-sway.yaml @@ -18,4 +18,4 @@ jobs: mkdir ${PWD}/output docker run --privileged --rm -i -v ${PWD}/output:/builder/builds -v /proc:/proc builder:latest ./build --desktop sway --release testing ssh -o StrictHostKeyChecking=no ${{ secrets.STORAGE_USER}}@${{ secrets.STORAGE_HOST }} -p ${{ secrets.STORAGE_PORT}} -i ~/.ssh/id_rsa rm -rf /media/iso/tile-os/testing/sway/* - docker run --rm -e STORAGE_PORT=${{ secrets.STORAGE.PORT}} -e STORAGE_HOST=${{ secrets.STORAGE_HOST }} -e STORAGE_USER=${{ secret.STORAGE_USER }} -v /root/.ssh/:/root/.ssh -v ${PWD}/output:/builder/builds builder:latest scp -o StrictHostKeyChecking=no -o Port=${{ secrets.STORAGE_PORT }} -o IdentityFile=~/.ssh/id_rsa -p -B /builder/builds/amd64/* ${{ secrets.STORAGE_USER }}@${{ secrets.STORAGE_HOST }}:/media/iso/tile-os/testing/sway/ + docker run --rm -e STORAGE_PORT=${{ secrets.STORAGE.PORT}} -e STORAGE_HOST=${{ secrets.STORAGE_HOST }} -e STORAGE_USER=${{ secrets.STORAGE_USER }} -v /root/.ssh/:/root/.ssh -v ${PWD}/output:/builder/builds builder:latest scp -o StrictHostKeyChecking=no -o Port=${{ secrets.STORAGE_PORT }} -o IdentityFile=~/.ssh/id_rsa -p -B /builder/builds/amd64/* ${{ secrets.STORAGE_USER }}@${{ secrets.STORAGE_HOST }}:/media/iso/tile-os/testing/sway/