diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 19:50:42 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-30 19:50:42 +0000 |
| commit | f8d97e41148c52cd8ba3297c3fbb9e5c207d0c63 (patch) | |
| tree | 58e9f2dec3df7ff317f1a208025953b810423229 /.github/workflows | |
| parent | 4da57a228d7a796d3e5c221a330538c9f6f74968 (diff) | |
Removes role-to-assume
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-and-deploy.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f842760..b032b07 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,7 +34,6 @@ 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 }} - name: Sync S3 bucket |
