Skip to content

Commit

Permalink
hard code env
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 12, 2024
1 parent 68a55ab commit 0825a18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: [stacadmin-eoapirisk-demo]
runs-on: ubuntu-latest
environment:
name: ${{ matrix.environment }}
name: stacadmin-eoapirisk-demo

steps:
- name: Setup Node.js
Expand All @@ -38,10 +38,8 @@ jobs:

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
env:
ROLE: "arn:aws:iam::390960605471:role/stacadmin-eoapirisk-demo-deploy"
with:
role-to-assume: "arn:aws:iam::390960605471:role/stacadmin-eoapirisk-demo-deploy"
role-to-assume: ${{ secrets.DEPLOY_ROLE_ARN }}
aws-region: us-west-2

- name: Sync with S3 bucket
Expand Down

0 comments on commit 0825a18

Please sign in to comment.