Skip to content

Commit

Permalink
fix role
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Sep 26, 2024
1 parent b957048 commit 50325ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run_task/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Setup AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-to-assume: ${{ inputs.role-to-assume }}
aws-region: ${{ inputs.aws-region }}
mask-aws-account-id: true
- run: ${{ github.action_path }}/run_task.sh
Expand Down

0 comments on commit 50325ab

Please sign in to comment.