Skip to content

Commit 22d7783

Browse files
Update webfactory/ssh-agent action to v0.9.1
1 parent 2d4cdb6 commit 22d7783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
VITE_API_URL=http://crypi.crylendar.org
6767
- name: Set SSH key
6868
if: github.ref == 'refs/heads/main'
69-
uses: webfactory/[email protected].0
69+
uses: webfactory/[email protected].1
7070
with:
7171
ssh-private-key: ${{ secrets.SSH_KEY }}
7272
- name: Auth
@@ -139,7 +139,7 @@ jobs:
139139
tags: postmodern.alexdaniel.org/crylendar-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/crylendar-backend:latest' || '' }}
140140
- name: Set SSH key
141141
if: github.ref == 'refs/heads/main'
142-
uses: webfactory/[email protected].0
142+
uses: webfactory/[email protected].1
143143
with:
144144
ssh-private-key: ${{ secrets.SSH_KEY }}
145145
- name: Auth
@@ -169,7 +169,7 @@ jobs:
169169
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
170170
- name: Set SSH key
171171
if: github.ref == 'refs/heads/main'
172-
uses: webfactory/[email protected].0
172+
uses: webfactory/[email protected].1
173173
with:
174174
ssh-private-key: ${{ secrets.SSH_KEY }}
175175
- name: Auth

0 commit comments

Comments
 (0)