We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfec266 commit a27da0aCopy full SHA for a27da0a
1 file changed
.github/workflows/deploy-dev.js.yml
@@ -30,8 +30,8 @@ jobs:
30
with:
31
node-version: 20
32
33
- - name: Serverless AWS authentication
34
- run: sls config credentials --provider aws --key ${{ secrets.AWS_KEY }} --secret ${{ secrets.AWS_SECRET }}
+ - name: Configure Serverless AWS credentials
+ run: npx sls config credentials --provider aws --key ${{ secrets.AWS_KEY }} --secret ${{ secrets.AWS_SECRET }}
35
36
# - name: Create env file
37
# run: | # cp sample.env.yml env.yml
0 commit comments