Skip to content

Commit

Permalink
💬 Use production CI private key for renew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Apr 27, 2024
1 parent fa27c0b commit 6986f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ts_oauth_secret: ${{ secrets.TS_OAUTH_SECRET }}
ts_tags: tag:ci
ssh_username: ci
ssh_private_key: ${{ secrets.CI_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SERVER_CI_PRIVATE_KEY }}
run: |
cd /app
./scripts/renew_certificates_docker.sh

0 comments on commit 6986f6e

Please sign in to comment.