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