Skip to content

Commit

Permalink
Login to aws
Browse files Browse the repository at this point in the history
EmilKWarmdahl committed Dec 3, 2024
1 parent 8b5ae88 commit 26cac53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -97,6 +97,15 @@ jobs:
- name: Install AWS CLI
run: apt install awscli -y

- name: aws creds
uses: aws-actions/configure-aws-credentials@v4
id: creds
with:
aws-region: "eu-west-1"
role-to-assume: ${{ env.AWS_ROLE_TO_ASSUME }}
role-session-name: ReleaseDesktopWalletSession
mask-aws-account-id: false

#- name: check if executable exist

- name: Install dependencies and build

0 comments on commit 26cac53

Please sign in to comment.