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 507695e commit eac70b7Copy full SHA for eac70b7
.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
33
- chmod +x ./build/ci.js
34
- node ./build/ci.js --skip-key-write
+ cat ./build/key
0 commit comments