File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 VITE_API_URL=http://crypi.crylendar.org
6767 - name : Set SSH key
6868 if : github.ref == 'refs/heads/main'
69- uses : webfactory/ssh-agent@v0.9.0
69+ uses : webfactory/ssh-agent@v0.9.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/ssh-agent@v0.9.0
142+ uses : webfactory/ssh-agent@v0.9.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/ssh-agent@v0.9.0
172+ uses : webfactory/ssh-agent@v0.9.1
173173 with :
174174 ssh-private-key : ${{ secrets.SSH_KEY }}
175175 - name : Auth
You can’t perform that action at this time.
0 commit comments