We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ba500 commit 141300cCopy full SHA for 141300c
.github/workflows/makefile.yml
@@ -102,3 +102,15 @@ jobs:
102
echo "Running all tests"
103
npm run mocha
104
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