Skip to content

Commit

Permalink
remove aws config as its already setup with oidc role
Browse files Browse the repository at this point in the history
  • Loading branch information
bflynn-cms committed Oct 17, 2023
1 parent 95526a2 commit 12fd809
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ jobs:
--to "[email protected]" \
--subject "Cypress tests failed :x:" \
--text "The Cypress tests for repository ${{ github.repository }} failed. Check the details at ${{ steps.get_run_url.outputs.run_url }}."
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
# Send notification on success
- name: Send Email Notification on Success
Expand All @@ -425,10 +421,6 @@ jobs:
--to "[email protected]" \
--subject "Cypress tests passed :white_check_mark:" \
--text "The Cypress tests for repository ${{ github.repository }} passed successfully. Check the details at ${{ steps.get_run_url.outputs.run_url }}."
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
a11y-tests:
name: A11y Tests
Expand Down

0 comments on commit 12fd809

Please sign in to comment.