Skip to content

Commit

Permalink
build: gitcation
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Apr 26, 2024
1 parent 3a6e4f7 commit c3504ff
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ jobs:
swift-version: ${{ env.SWIFT_VERSION }}

- name: .env
run:
touch .env &&
echo "APP_STORE_CONNECT_API_KEY_KEY_ID=${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}" >> .env &&
echo "APP_STORE_CONNECT_API_KEY_ISSUER_ID=${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}" >> .env &&
echo "APP_STORE_CONNECT_API_KEY_KEY=${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}" >> .env

run: touch .env &&
echo "APP_STORE_CONNECT_API_KEY_KEY_ID=${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}" >> .env &&
echo "APP_STORE_CONNECT_API_KEY_ISSUER_ID=${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}" >> .env &&
echo "APP_STORE_CONNECT_API_KEY_KEY=${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}" >> .env

- name: Setting Master Key
run: |
echo "$MASTER_KEY" > Tuist/master.key
- name: Install Tuist
run: curl -Ls https://install.tuist.io|bash
uses: jdx/mise-action@v2
run: mise install tuist@${{ env.TUIIST_VERSION }}

- name: Tuist Version
run: mise use tuist@${{ env.TUIST_VERSION }}
Expand Down

0 comments on commit c3504ff

Please sign in to comment.