Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monrax authored Apr 30, 2024
1 parent 01a3af2 commit d6f355c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
audience: sts.amazonaws.com
aws-region: us-east-1
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_GA_ROLE }}

- name: Sync S3 bucket
Expand All @@ -28,5 +28,6 @@ jobs:
args: --exclude '.git/*' --exclude 'aws/eks/html/*'
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: aws/eks
DEST_DIR: ekstest

0 comments on commit d6f355c

Please sign in to comment.