Skip to content

Commit

Permalink
Revert "Add deploy key for mock repository"
Browse files Browse the repository at this point in the history
This reverts commit f75bd3f.
  • Loading branch information
gcomte committed Mar 21, 2024
1 parent 0c3b1b9 commit 8158b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
echo "BRANCH=$branch" >> $GITHUB_ENV
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ matrix.mock-deps && secrets.LIPA_BOT_IOS_MOCK_DEPLOY_KEY || secrets.LIPA_BOT_IOS_DEPLOY_KEY }}
ssh-private-key: ${{ secrets.LIPA_BOT_IOS_DEPLOY_KEY }}
- name: Import bot's GPG key for signing commits
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v4
Expand Down

0 comments on commit 8158b56

Please sign in to comment.