Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar authored Dec 22, 2023
1 parent b806fb8 commit 5465f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
KEYCHAIN: ${{ 'test.keychain' }}

steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Create Secrets File
run: |
echo "GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}" >> Secrets.xcconfig
Expand All @@ -38,11 +40,9 @@ jobs:
run: pwd
- name: Move Secrets File to Resources
run: |
mv Secrets.xcconfig Resources/
mv Secrets.xcconfig pins/Resources/
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode.app"
- name: Checkout project
uses: actions/checkout@v2
- name: Configure Keychain
run: |
security create-keychain -p "" "$KEYCHAIN"
Expand Down

0 comments on commit 5465f4c

Please sign in to comment.