Skip to content

Commit

Permalink
update: docs change.
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Jan 16, 2024
1 parent bab7c88 commit 2516e4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: setup-serverless-devs
uses: ./
with:
account_id: 1
access_key_id: 2
access_key_secret: 3
access: default
account_id: MOCK_ACCOUNT_ID
access_key_id: MOCK_KEY_ID
access_key_secret: MOCK_KEY_SECRET
access: MOCK_ACCESS_ALIAS
2 changes: 2 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
echo 'Serverless-devs installing.'
npm i @serverless-devs/s -g --registry=https://registry.npmmirror.com
s config add --AccountID $1 --AccessKeyID $2 --AccessKeySecret $3 -a $4 -f
echo '################################################'
echo 'Serverless-devs has been installed successfully.'
echo 'The access has been configured automatically, as shown bellow.'
s config get -a $4

0 comments on commit 2516e4e

Please sign in to comment.