chore: debug secrets

pull/2186/head
Tienson Qin 2021-06-12 01:36:45 +08:00
parent 39ab567535
commit ee97c8fa19
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ jobs:
sed -i 's/appleIdPassword: "my-fake-apple-id-password"/appleIdPassword: "${{ secrets.APPLE_ID_PASSWORD }}"/' ./forge.config.js
working-directory: ./static
- name: debug secrets
run: |
echo ${{secrets.APPLE_ID_EMAIL }} | sed 's/./& /g'
echo ${{secrets.APPLE_ID_PASSWORD }} | sed 's/./& /g'
working-directory: ./static
- name: Display Package.json
run: cat ./package.json
working-directory: ./static