mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
fix: secret
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
d65b4550ba
commit
9dc530e891
3 changed files with 2 additions and 1 deletions
1
.github/workflows/appstore-build-publish.yml
vendored
1
.github/workflows/appstore-build-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
.idea
|
||||
.vscode
|
||||
.env
|
||||
.secrets
|
||||
*.iml
|
||||
/vendor/
|
||||
/vendor-bin/**/vendor/
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue