mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
s3_upload workflow typo fixed (#16729)
This commit is contained in:
parent
ced55e9227
commit
14bd0d5524
2
.github/workflows/s3_upload.yml
vendored
2
.github/workflows/s3_upload.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
if: github.repository_owner == 'trustwallet' && github.event_name == 'push' && steps.filter.outputs.paths != ''
|
||||
uses: chetan/invalidate-cloudfront-action@v2
|
||||
env:
|
||||
PATHS: ${{ steps.filter.outputs.paths }}"
|
||||
PATHS: ${{ steps.filter.outputs.paths }}
|
||||
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user