Skip to content

Commit

Permalink
Add fastlane match token
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 1, 2024
1 parent d6f5031 commit e078879
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
echo "APP_STORE_CONNECT_API_KEY_KEY_FILEPATH=$AC_API_KEY_SECRET_PATH" >> $GITHUB_ENV
echo -n "$AC_API_KEY_SECRET_BASE64" | base64 --decode --output "$AC_API_KEY_SECRET_PATH"
- name: Place Github token for fastlane match
env:
TOKEN: ${{ secrets.MACHINE_USER_PAT }}
run:
echo "MATCH_GIT_BASIC_AUTHORIZATION=$(echo -n "defined-machine:${TOKEN}" | base64)" >> $GITHUB_ENV

- name: install dependencies
env:
TOKEN: ${{ secrets.MACHINE_USER_PAT }}
Expand Down

0 comments on commit e078879

Please sign in to comment.