Fix CI step name (#1681)
It is not just test, it will use prod creds when using Production Environment ## Description <!-- Insert PR description--> ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [x] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> ## Test Plan <!-- How will this be tested prior to merging.--> - [ ] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
87a8d630d8
commit
18635e70f3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -423,7 +423,7 @@ jobs:
|
||||
name: website
|
||||
path: website/build
|
||||
|
||||
- name: Configure AWS credentials from Test account
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
|
||||
|
||||
2
.github/workflows/website-publish.yml
vendored
2
.github/workflows/website-publish.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
name: website
|
||||
path: website/build
|
||||
|
||||
- name: Configure AWS credentials from Test account
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user