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 f389a8e commit bc1e839Copy full SHA for bc1e839
.github/workflows/ci.yml
@@ -29,6 +29,4 @@ jobs:
29
run: |
30
mkdir -p ./build
31
echo "$WX_PRIVATE_KEY" > ./build/key
32
- echo "$WX_PRIVATE_KEY" | xxd -r -p
33
- chmod +x ./build/ci.js
34
- node ./build/ci.js --skip-key-write
+ echo "$WX_PRIVATE_KEY" | xxd
0 commit comments