From 3f982c126306d08a0b5f70a13c5a918dc9dfbabf Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 8 Aug 2026 13:40:55 -0400 Subject: [PATCH] ci: Removing already created env --- .github/workflows/pr.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1226da5..e6ae51e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -104,8 +104,4 @@ jobs: aws --endpoint-url=${{ secrets.S3_CI_ENDPOINT_URL }} \ s3 rb s3://$S3_BUCKET --force \ --region $AWS_DEFAULT_REGION - env: - AWS_ACCESS_KEY_ID: "${{ secrets.GARAGE_KEY_ID }}" - AWS_SECRET_ACCESS_KEY: "${{ secrets.GARAGE_SECRET }}" - AWS_DEFAULT_REGION: us-east-1 continue-on-error: true