Skip to content

Commit 141300c

Browse files
committed
try to connect to AWS S3
1 parent 16ba500 commit 141300c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,15 @@ jobs:
102102
echo "Running all tests"
103103
npm run mocha
104104
fi
105+
106+
- name: "Configure AWS Credentials"
107+
uses: aws-actions/[email protected]
108+
with:
109+
aws-region: us-east-1
110+
role-to-assume: arn:aws:iam::279230647316:user/github-actions
111+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
112+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
113+
114+
- name: Deploy
115+
run: |
116+
aws s3 ls s3://pyret-horizon/new-horizons

0 commit comments

Comments
 (0)