Skip to content

Commit

Permalink
fix(CI): change download to secure https://
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and Swilder-M committed Sep 21, 2023
1 parent 9a7a076 commit 8a30a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'release' && !github.event.release.prerelease
run: |
cd web
wget http://gosspublic.alicdn.com/ossutil/1.7.8/ossutil64
wget https://gosspublic.alicdn.com/ossutil/1.7.8/ossutil64
chmod 755 ./ossutil64
./ossutil64 config -e https://oss-accelerate.aliyuncs.com -i ${{ secrets.ALI_OSS_ACCESSKEY_ID }} -k ${{ secrets.ALI_OSS_ACCESSKEY_SECRET }} -L CH
./ossutil64 cp -r dist/ oss://emqx-io-docs/ -u
Expand Down

0 comments on commit 8a30a68

Please sign in to comment.