From b00ad00e5eba71784de8d6d82ab5a6951cd65de4 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 12 Jan 2026 14:23:26 -0500 Subject: [PATCH] actions: consolidate ig --- .gitea/workflows/release-version.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 4a1f8cb..276b992 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -75,7 +75,7 @@ jobs: curl --fail --location --output gitea/index.yaml --silent --show-error https://dl.gitea.com/charts/index.yaml helm repo index gitea/ --url https://dl.gitea.com/charts --merge gitea/index.yaml - - name: aws credential configure + - name: Copy files to S3 and clear cache run: | cat > ~/.s3cfg << EOF [default] @@ -85,9 +85,6 @@ jobs: host_bucket = weyma-s3.infra.dubyatp.xyz use_https = True EOF - - - name: Copy files to S3 and clear cache - run: | s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/ release-gitea: