Commit ec386d5 1 parent c34d3b7 commit ec386d5 Copy full SHA for ec386d5
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
34
34
needs : [build]
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- # https://github.com/marketplace/actions/webfactory-ssh-agent
38
- # https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys
39
- - uses : webfactory/ssh-agent@v0.9.0
40
- with :
41
- ssh-private-key : ${{ secrets.SPOOKYDB_DEPLOYMENT_KEY }}
37
+ # # https://github.com/marketplace/actions/webfactory-ssh-agent
38
+ # # https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys
39
+ # - uses: webfactory/ssh-agent@v0.9.0
40
+ # with:
41
+ # ssh-private-key: ${{ secrets.SPOOKYDB_DEPLOYMENT_KEY }}
42
42
43
43
# https://github.com/actions/checkout/tree/v4/
44
44
- name : Checkout spooky db code
47
47
repository : FAForever/spooky-db
48
48
path : gh-pages
49
49
ref : gh-pages
50
+ ssh-key : ${{ secrets.SPOOKYDB_DEPLOYMENT_KEY }}
50
51
51
52
- name : Download recent unit information
52
53
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments