Skip to content

Commit

Permalink
Revert "Temporarily remove comment out secrets to unblock PRs from fo…
Browse files Browse the repository at this point in the history
…rks (tuist#7212)" (tuist#7224)

This reverts commit 1634336.
  • Loading branch information
fortmarek authored Jan 7, 2025
1 parent 7f03d54 commit b4c7775
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
groups:
- github_credentials
scripts:
- name: Set environment variables
script: |
Expand Down Expand Up @@ -31,8 +33,8 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - github_credentials
groups:
- github_credentials
scripts:
- name: Set environment variables
script: |
Expand All @@ -50,9 +52,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
scripts:
- name: Set environment variables
script: |
Expand All @@ -74,9 +76,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand All @@ -99,9 +101,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand Down Expand Up @@ -166,9 +168,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand Down Expand Up @@ -196,9 +198,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand Down Expand Up @@ -235,9 +237,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand Down Expand Up @@ -265,9 +267,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand All @@ -294,9 +296,9 @@ workflows:
max_build_duration: 60
environment:
xcode: 16.1
# groups:
# - tuist
# - github_credentials
groups:
- tuist
- github_credentials
cache:
cache_paths:
- $CM_BUILD_DIR/.build
Expand Down

0 comments on commit b4c7775

Please sign in to comment.