mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
pass apple account credentials
This commit is contained in:
parent
e4417d2123
commit
599f69b37a
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
||||
with:
|
||||
java-version: '8'
|
||||
- run: ./gradlew mac
|
||||
env:
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
|
||||
build-win:
|
||||
runs-on: windows-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user