Skip to content

Commit

Permalink
Fixed Configure AWS credentials task name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Sep 9, 2024
1 parent 697c5d8 commit 742c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: View parameters
run: echo "${{ toJson(inputs) }}"

- name: configure aws credentials
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_IAM_OVA_ROLE }}
Expand Down

0 comments on commit 742c832

Please sign in to comment.