mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-08 12:00:25 -06:00
workflow stuff
This commit is contained in:
4
.github/workflows/build-ios-app.yml
vendored
4
.github/workflows/build-ios-app.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
- run: npm run init
|
||||
- run: fastlane match
|
||||
working-directory: ./ios
|
||||
# env:
|
||||
# MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||
env:
|
||||
MATCH_REPO_PAT: "anultravioletaurora:${{ secrets.SIGNING_REPO_PAT }}"
|
||||
|
||||
- run: fastlane beta
|
||||
env:
|
||||
|
||||
@@ -11,3 +11,5 @@ username("violet@cosmonautical.cloud") # Your Apple Developer Portal username
|
||||
# Remove the # in the beginning of the line to enable the other options
|
||||
|
||||
# The docs are available on https://docs.fastlane.tools/actions/match
|
||||
|
||||
git_basic_authorization(Base64.strict_encode64(ENV["SIGNING_REPO_PAT"]))
|
||||
Reference in New Issue
Block a user