diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 20:02:45 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 20:02:45 +0000 |
| commit | 7ec80d3242ad05b7e07cabbbc6c4a94339484d93 (patch) | |
| tree | 5e714e591047d148a6e7ff7bf8d693d987dcf8d2 /.github/workflows | |
| parent | f0ea645f1b21921054ca2ba584278e977ae1228f (diff) | |
Moves role-to-assume to bottom
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-and-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f842760..9176dc1 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,8 +34,8 @@ jobs: uses: aws-actions/configure-aws-credentials@v4 with: aws-region: eu-west-2 - role-to-assume: arn:aws:iam::586397755132:user/personal-website-github-actions aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + role-to-assume: arn:aws:iam::586397755132:user/personal-website-github-actions - name: Sync S3 bucket run: aws s3 sync ./dist/ s3://joeac-personal-website --delete |
