Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: webfactory/ssh-agent for dev 🖥️
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: webfactory/[email protected].0
uses: webfactory/[email protected].1
with:
# Private SSH key to register in the SSH agent
ssh-private-key: ${{ secrets.WEBDEV }}
Expand All @@ -140,7 +140,7 @@ jobs:

- name: webfactory/ssh-agent for production 🖥️
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
uses: webfactory/[email protected].0
uses: webfactory/[email protected].1
with:
# Private SSH key to register in the SSH agent
ssh-private-key: ${{ secrets.WEBPROD }}
Expand Down