Skip to content

Commit 8870f99

Browse files
committed
actually fix workflow
1 parent 7d8d8b3 commit 8870f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_pdsdk_browser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v1
1414
with:
1515
fetch-depth: 1
16-
env:
16+
- env:
1717
AWS_ACCESS_KEY_ID: '${{ secrets.CIRCLE_USER_AWS_ACCESS_KEY_ID }}'
1818
AWS_SECRET_ACCESS_KEY: '${{ secrets.CIRCLE_USER_AWS_SECRET_ACCESS_KEY }}'
1919
run: aws s3 sync javascript/dist s3://sdk.pipedream.net/

0 commit comments

Comments
 (0)