From a494cf920d2b91089816046d82c28a5d6e0d8aab Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Mar 2024 21:15:21 -0800 Subject: [PATCH] ci: test --- .github/workflows/release-tip.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 9e6eac837..1626170ac 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -44,13 +44,10 @@ jobs: # Important so that build number generation works fetch-depth: 0 - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - aws-region: auto - aws-access-key-id: ${{ secrets.CF_R2_TIP_AWS_KEY }} - aws-secret-access-key: ${{ secrets.CF_R2_TIP_AWS_KEY }} - name: Test List + env: + AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_TIP_AWS_KEY }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TIP_AWS_KEY }} run: | aws s3api list-objects-v2 --endpoint-url https://${{ secrets.CF_R2_TIP_ACCOUNT_ID }}.r2.cloudflarestorage.com --bucket ghostty-tip