Revert "chore: debug secrets"

This reverts commit ee97c8fa19.
This commit is contained in:
Tienson Qin
2021-06-12 01:43:43 +08:00
parent ee97c8fa19
commit 69714e94d1

View File

@@ -64,11 +64,6 @@ 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