Skip to content

Commit 1a9767f

Browse files
committed
ci: untrack Gemfile.lock, remove MATCH_KEYCHAIN_PASSWORD
Gemfile.lock re-added to .gitignore; MATCH_KEYCHAIN_PASSWORD was a debugging leftover, not needed by match on CI.
1 parent e61322e commit 1a9767f

3 files changed

Lines changed: 1 addition & 340 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
5858
APP_STORE_CONNECT_API_KEY_BASE64: ${{ secrets.ASC_PRIVATE_KEY }}
5959
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
60-
MATCH_KEYCHAIN_PASSWORD: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
6160
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120
6261
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5
6362
RELEASE_NOTES: ${{ github.event.release.body }}

ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ Runner/GeneratedPluginRegistrant.*
3434
!default.perspectivev3
3535

3636
build/
37+
Gemfile.lock

ios/Gemfile.lock

Lines changed: 0 additions & 339 deletions
This file was deleted.

0 commit comments

Comments
 (0)