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 058926d commit 85d6829Copy full SHA for 85d6829
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: npm install
17
- run: npm run build
18
- run: npm install -g @serverless-devs/s
19
- - run: s config add --AccessKeyID ${{secrets.YUMU_AK}} --AccessKeySecret ${{secrets.YUMU_SK}} -a default -f
+ - run: s config add --AccessKeyID ${{secrets.ACCESSKEYID}} --AccessKeySecret ${{secrets.ACCESSKEYSECRET}} --AccountID ${{secrets.ACCOUNTID}} -a default -f
20
- run: rm -rf .git
21
- run: rm -rf .github
22
- run: rm -rf node_modules
0 commit comments