File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ jobs:
100100 THEME_VERSION : ${{inputs.force_hugo_theme_version}}
101101 AUTO_DEPLOY_BRANCH : ${{inputs.auto_deploy_branch}}
102102 AUTO_DEPLOY_ENV : ${{inputs.auto_deploy_env}}
103+ AWS_ACCOUNT_ID : ${{ inputs.aws_account_id }}
104+ AWS_REGION : ${{ inputs.aws_region }}
105+ AWS_ROLE_NAME : ${{ inputs.aws_role_name }}
106+ S3_BUCKET : ${{ inputs.s3_bucket }}
103107
104108 concurrency :
105109 group : ${{ github.workflow }}-${{ github.ref }}
@@ -169,8 +173,8 @@ jobs:
169173 - name : Configure AWS credentials
170174 uses : aws-actions/configure-aws-credentials@v4
171175 with :
172- role-to-assume : arn:aws:iam::${{ AWS_ACCOUNT_ID }}:role/${{ AWS_ROLE_NAME }}
173- aws-region : ${{ AWS_REGION }}
176+ role-to-assume : arn:aws:iam::${{ env. AWS_ACCOUNT_ID }}:role/${{ env. AWS_ROLE_NAME }}
177+ aws-region : ${{ env. AWS_REGION }}
174178
175179# - name: Retrieve secrets from Keyvault
176180# id: keyvault
You can’t perform that action at this time.
0 commit comments