Skip to content

Commit

Permalink
[Infra] Run Auth QS with Xcode 16 to resolve Facebook SDK breaking ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
ncooke3 committed Nov 15, 2024
1 parent 427647b commit 7afb0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ jobs:
- name: Get token
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/prerelease-testing-token.txt.gpg \
bot-access.txt "$bot_token_secret"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
- name: Setup testing repo and quickstart
run: |
botaccess=`cat bot-access.txt`
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
- name: Get token
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/release-testing-token.txt.gpg \
bot-access.txt "$bot_token_secret"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
- name: Setup testing repo and quickstart
run: |
botaccess=`cat bot-access.txt`
Expand Down

0 comments on commit 7afb0c3

Please sign in to comment.