Skip to content

Commit

Permalink
Update deploy secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Oct 9, 2024
1 parent 8ce392d commit bb4be4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
run: |
curl https://mise.run | sh
mise install
- name: Create Secret.swift file
run: |
echo '${{ secrets.SECRET_SWIFT }}' > ./three-days-iOS/Projects/Core/CoreKit/Sources/Secret.swift
- name: Install Tuist dependencies
run: mise x -- tuist install
- name: Generate Xcworkspace
Expand Down

0 comments on commit bb4be4d

Please sign in to comment.