File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ jobs:
170
170
uses : aws-actions/configure-aws-credentials@v4
171
171
if : github.ref_name == 'master' && steps.changesets.outputs.published != 'true'
172
172
with :
173
- role-to-assume : ${{ env .AWS_ROLE_ARN }}
174
- aws-region : ${{ env .AWS_S3_REGION }}
173
+ role-to-assume : ${{ vars .AWS_ROLE_ARN }}
174
+ aws-region : ${{ vars .AWS_S3_REGION }}
175
175
176
176
- name : Upload assets to s3
177
177
if : github.ref_name == 'master' && steps.changesets.outputs.published != 'true'
178
178
run : |
179
- aws s3 cp ./packages/account/src/assets/images/ s3://${{ env .AWS_S3_BUCKET }}/providers/ --recursive
179
+ aws s3 cp ./packages/account/src/assets/images/ s3://${{ vars .AWS_S3_BUCKET }}/providers/ --recursive
180
180
181
181
# # Commenting out as we require permissions to trigger across repos
182
182
# - name: Notify migrations and disclosures of the new release (breaking changes)
You can’t perform that action at this time.
0 commit comments