Skip to content

Commit

Permalink
try adding to env
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrjohnson21 authored Sep 26, 2024
1 parent 8189de4 commit ee582f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/run_task/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: Setup AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.role-to-assume }}
aws-region: ${{ inputs.aws-region }}
Expand All @@ -29,6 +29,7 @@ runs:
run: ${{ github.action_path }}/run_task.sh
shell: bash
env:
AWS_ROLE_ARN: ${{ inputs.role-to-assume }}
AWS_REGION: ${{ inputs.aws-region }}
TASK_NAME: ${{ inputs.task_name }}
ENVIRONMENT: ${{ inputs.environment }}

0 comments on commit ee582f0

Please sign in to comment.