-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove aws config as its already setup with oidc role
- Loading branch information
1 parent
95526a2
commit 12fd809
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|