Skip to content

Commit

Permalink
revert failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-harvey committed Apr 25, 2024
1 parent 6f328a6 commit 1d49b87
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ runs:
steps.run-command.outputs.start-time != '' &&
(inputs.oidc-role != '' && steps.get-oidc-creds.outcome == 'success')
continue-on-error: true
# uses: aws-actions/configure-aws-credentials@v4
# with:
# role-to-assume: arn:aws:iam::${{ inputs.aws-account-id}}:role/delegatedadmin/developer/ct-cmcs-mac-fc-dso-metrics-report-events-role
# role-session-name: ${{ inputs.oidc-role-session-name }}
# aws-region: ${{ inputs.aws-region }}
# role-chaining: true
# role-skip-session-tagging: true
shell: bash
run: exit 1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id}}:role/delegatedadmin/developer/ct-cmcs-mac-fc-dso-metrics-report-events-role
role-session-name: ${{ inputs.oidc-role-session-name }}
aws-region: ${{ inputs.aws-region }}
role-chaining: true
role-skip-session-tagging: true

- name: Warn on failure
if: ${{ !cancelled() && steps.assume-dso-role.outcome == 'failure' }}
Expand Down

0 comments on commit 1d49b87

Please sign in to comment.