Skip to content

Commit

Permalink
Merge pull request #46 from esteinig/release/test-cicd-4
Browse files Browse the repository at this point in the history
fix(action): revert ssh-agent action version
  • Loading branch information
esteinig authored Jan 26, 2024
2 parents db52391 + 327b9eb commit 833d1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_PRODUCTION_PRIVATE_KEY }}

Expand Down

0 comments on commit 833d1ba

Please sign in to comment.