Skip to content

Commit

Permalink
update ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
hvthhien committed Feb 19, 2024
1 parent b3a0726 commit 0a770c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ios-release-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@ jobs:
bundler-cache: true
working-directory: ios

- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: |
${{ secrets.KEY_VAULT_DEPLOYMENT_KEY }}
${{ secrets.SSH_ASSETS_KEY }}
- uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.KEY_VAULT_DEPLOYMENT_KEY }}
- name: Create env file
run: |
touch .env
Expand Down

0 comments on commit 0a770c4

Please sign in to comment.