Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
try a different s3 action
Browse files Browse the repository at this point in the history
  • Loading branch information
mfugate1 committed Oct 21, 2020
1 parent 52d924f commit 1c15cdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}
commit: master
token: ${{ secrets.GITHUB_TOKEN }}
- uses: koraykoska/s3-upload-github-action@0.1.3
env:
S3_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
S3_BUCKET: ${{ secrets.S3_BUCKET }}
FILE: dist/abtesting/
- uses: shallwefootball/s3-upload-action@v1.1.2
with:
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.S3_BUCKET }}
source_dir: dist/abtesting/

0 comments on commit 1c15cdf

Please sign in to comment.