Skip to content

Commit

Permalink
fix: secret
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jul 8, 2024
1 parent 4c3049c commit 80e8490
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
# Setting up keys
mkdir -p build/tools/certificates/
echo '${{ secrets.APP_PRIVATE_KEY }}' > build/tools/certificates/${{ env.APP_NAME }}.key
ls -la build/tools/certificates/
make appstore
- name: Sign app
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea
.vscode
.env
.secrets
*.iml
/vendor/
/vendor-bin/**/vendor/
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ appstore:
--admin-pass admin; \
$(occ) --version; \
$(occ) app:enable --force libresign; \
printf '%s\n' "$$APP_PRIVATE_KEY" > $(cert_dir)/$(app_name).key ; \
echo "🏁 Setup finished"; \
fi

Expand Down

0 comments on commit 80e8490

Please sign in to comment.