Skip to content

Commit

Permalink
get github action running
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 28, 2024
1 parent efeee9c commit 7dfd9d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: github_oidc_role
role-to-assume: arn:aws:iam::082113759242:role/github_oidc_role
aws-region: eu-central-1
env:
AWS_ACCOUNT_ID: "082113759242"
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit 7dfd9d8

Please sign in to comment.