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 942ac40 commit 13c83d1Copy full SHA for 13c83d1
.github/workflows/ci.yml
@@ -27,7 +27,6 @@ jobs:
27
WX_PRIVATE_KEY: ${{ secrets.WX_PRIVATE_KEY }}
28
run: |
29
mkdir -p ./build
30
- echo "WX_PRIVATE_KEY 内容:$WX_PRIVATE_KEY"
31
echo "$WX_PRIVATE_KEY" > ./build/key
32
chmod +x ./build/ci.js
33
node ./build/ci.js --skip-key-write
0 commit comments