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 816b6b2 commit f321ab5Copy full SHA for f321ab5
1 file changed
.github/workflows/docs.yml
@@ -18,13 +18,6 @@ jobs:
18
node-version: "16"
19
cache: "yarn"
20
21
- - name: Configure AWS Credentials
22
- uses: aws-actions/configure-aws-credentials@v1
23
- with:
24
- aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
25
- aws-secret-access-key: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
26
- aws-region: ${{ secrets.PROD_AWS_REGION }}
27
-
28
- name: Install packages
29
run: yarn install
30
0 commit comments