Skip to content

Commit 347294a

Browse files
committed
Make SPACESHIP_SKIP_2FA_UPGRADE: 1 default
1 parent ed03c0b commit 347294a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ jobs:
2727
xcode-version: ${{ matrix.xcode-version }}
2828
2929
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
30-
env:
31-
SPACESHIP_SKIP_2FA_UPGRADE: 1
3230
- run: xcodebuild -version

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ async function installXcode(xcodeVersion, appleID, appleIDPassword) {
3030
env: {
3131
...process.env,
3232
XCODE_INSTALL_USER: appleID,
33-
XCODE_INSTALL_PASSWORD: appleIDPassword
33+
XCODE_INSTALL_PASSWORD: appleIDPassword,
34+
SPACESHIP_SKIP_2FA_UPGRADE: 1,
3435
}
3536
});
3637

0 commit comments

Comments
 (0)