Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul committed Mar 1, 2024
2 parents f616036 + 4b46e6f commit f4254c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

# Config 등 파일 가져와야 할 시 사용
# - name: Bring ignored files
# uses: actions/checkout@v3
# with:
# repository: Jumak-ignored
# path: JumakS/Sources/Config
# token: ${{ secrets.ACTION_TOKEN }}
- name: Bring ignored files
uses: actions/checkout@v3
with:
repository: kimkyuchul/Jumak-iOS-ignored
path: Makgulli/Common/Resource/APIKey
token: ${{ secrets.ACTION_TOKEN }}

- name: Install Fastlane
run: brew install fastlane
Expand Down

0 comments on commit f4254c9

Please sign in to comment.