Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devop/mew table update #260

Merged
merged 12 commits into from
Jun 2, 2022
Prev Previous commit
Next Next commit
fix: workflow
kvhnuke committed Jun 1, 2022
commit 98cd44cea178fc671bd50374bf1b12067c840816
2 changes: 1 addition & 1 deletion .github/workflows/add-to-mewbuilds.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
VIRUS_TOTAL_API_KEY: ${{secrets.VIRUS_TOTAL_API_KEY}}
GITHUB_TOKEN: ${{secrets.MEW_BOT_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
pip install --user awscli
aws s3 sync --delete --acl public-read .out/ s3://mewcomponents/build/$GITHUB_SHA