From 35c379a631d3f300a753a7e3f01833743a1344e0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 8 Aug 2026 13:12:08 -0400 Subject: [PATCH] ci: Change --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9f1cd55..75312fe 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -47,7 +47,6 @@ jobs: - name: Setup S3 env: - S3_BUCKET: "soaricarus-ci-bucket-$(openssl rand -hex 4)" AWS_ACCESS_KEY_ID: "${{ secrets.GARAGE_KEY_ID }}" AWS_SECRET_ACCESS_KEY: "${{ secrets.GARAGE_SECRET }}" AWS_DEFAULT_REGION: us-east-1 @@ -62,6 +61,7 @@ jobs: sudo ./aws/install aws --version + echo "S3_BUCKET=soaricarus-ci-bucket-$(openssl rand -hex 4)" >> $GITHUB_ENV echo "Creating bucket: $S3_BUCKET" aws --endpoint-url=${{ secrets.S3_CI_ENDPOINT_URL }} s3 mb s3://$S3_BUCKET --region $AWS_DEFAULT_REGION