Skip to content

Commit e2bdab9

Browse files
chore: remove unused google-services-file from POS release workflows (#360)
The google-services-file secret was being passed to release-ios-base.yaml but that workflow never declared or used this secret, making it dead code. Remove from both pos-app and poc-pos-app iOS release configurations. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent e766224 commit e2bdab9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-pos-poc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ jobs:
6464
match-keychain-password: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
6565
match-git-url: ${{ secrets.MATCH_GIT_URL }}
6666
match-ssh-key: ${{ secrets.MATCH_SSH_KEY }}
67-
google-services-file: ${{ secrets.POC_POS_IOS_GOOGLE_SERVICES_FILE_BASE64 }}
6867
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
6968
testflight-url: ${{ vars.TESTFLIGHT_POC_POS_URL }}

.github/workflows/release-pos.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ jobs:
6868
match-keychain-password: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
6969
match-git-url: ${{ secrets.MATCH_GIT_URL }}
7070
match-ssh-key: ${{ secrets.MATCH_SSH_KEY }}
71-
google-services-file: ${{ secrets.POS_IOS_GOOGLE_SERVICES_FILE_BASE64 }}
7271
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
7372
testflight-url: ${{ vars.TESTFLIGHT_POS_URL }}

0 commit comments

Comments
 (0)