Skip to content

Commit

Permalink
chore(ci): fix apple id
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 2, 2021
1 parent 652c65d commit 86b0d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Update OSX Packager Config
run: |
sed -i 's/my-fake-apple-id/${{ secrets.APPLE_ID_EMAIL }}/g' ./forge.config.js
sed -i 's/my-fake-apple-id-password/${{ secrets.APPLE_ID_PASSWORD }}/g' ./forge.config.js
sed -i 's/appleId: "my-fake-apple-id"/appleId: "${{ secrets.APPLE_ID_EMAIL }}"/' ./forge.config.js
sed -i 's/appleIdPassword: "my-fake-apple-id-password"/appleIdPassword: "${{ secrets.APPLE_ID_PASSWORD }}"/' ./forge.config.js
working-directory: ./static

- name: Display Package.json
Expand Down

0 comments on commit 86b0d10

Please sign in to comment.