mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
build: provide secrets differently
This commit is contained in:
parent
8bb6115435
commit
19600eaed4
1 changed files with 2 additions and 2 deletions
|
|
@ -50,13 +50,13 @@ jobs:
|
|||
run: yarn dist:mac:mas:buildOnly
|
||||
|
||||
- name: Validate App
|
||||
run: xcrun altool --validate-app -f app-builds/mas/superProductivity-*.pkg -u $APPLEID -p APPLEIDPASS
|
||||
run: xcrun altool --validate-app -f app-builds/mas/superProductivity-*.pkg -u ${{secrets.APPLEID}} -p ${{secrets.APPLEIDPASS}}
|
||||
env:
|
||||
APPLEID: ${{secrets.APPLEID}}
|
||||
APPLEIDPASS: ${{secrets.APPLEIDPASS}}
|
||||
|
||||
- name: Push to Store
|
||||
run: xcrun altool --upload-app -f app-builds/mas/superProductivity-*.pkg -u $APPLEID -p APPLEIDPASS
|
||||
run: xcrun altool --upload-app -f app-builds/mas/superProductivity-*.pkg -u ${{secrets.APPLEID}} -p ${{secrets.APPLEIDPASS}}
|
||||
env:
|
||||
APPLEID: ${{secrets.APPLEID}}
|
||||
APPLEIDPASS: ${{secrets.APPLEIDPASS}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue