Skip to content

Commit 85d6829

Browse files
committed
edit workflow
1 parent 058926d commit 85d6829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: npm install
1717
- run: npm run build
1818
- run: npm install -g @serverless-devs/s
19-
- run: s config add --AccessKeyID ${{secrets.YUMU_AK}} --AccessKeySecret ${{secrets.YUMU_SK}} -a default -f
19+
- run: s config add --AccessKeyID ${{secrets.ACCESSKEYID}} --AccessKeySecret ${{secrets.ACCESSKEYSECRET}} --AccountID ${{secrets.ACCOUNTID}} -a default -f
2020
- run: rm -rf .git
2121
- run: rm -rf .github
2222
- run: rm -rf node_modules

0 commit comments

Comments
 (0)