workflow stuff

This commit is contained in:
Violet Caulfield
2025-02-03 07:56:18 -06:00
parent 3ca11e3896
commit b5a01ea109
2 changed files with 4 additions and 2 deletions

View File

@@ -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:

View File

@@ -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"]))