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 77a1b14 commit 124a950Copy full SHA for 124a950
.github/workflows/ci.yml
@@ -12,5 +12,5 @@ jobs:
12
env:
13
WX_PRIVATE_KEY: ${{ secrets.WX_PRIVATE_KEY }}
14
run: |
15
+ mkdir -p ./build
16
echo "$WX_PRIVATE_KEY" > ./build/key
- node ./build/ci.js --skip-key-write
0 commit comments