Skip to content

Commit

Permalink
ci: adopt the rest of the new FL vars too
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 6, 2023
1 parent e46843e commit 9f44d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
shell: bash # even on Windows, unless otherwise specified
env:
SCRATCH_SHOULD_SIGN: "NO" # TODO
MATCH_GIT_URL: ${{ secrets.MATCH_GIT_URL }}
MATCH_STORAGE_MODE: git
MATCH_GIT_URL: ${{ secrets.FL_GIT_URL }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
MATCH_STORAGE_MODE: ${{ secrets.MATCH_STORAGE_MODE }}
FASTLANE_ACCESS_KEY: ${{ secrets.FASTLANE_ACCESS_KEY }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 9f44d7e

Please sign in to comment.