Skip to content

Commit ec386d5

Browse files
committed
Fix authorisation problem when pushing
1 parent c34d3b7 commit ec386d5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/spookydb-update.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
needs: [build]
3535
runs-on: ubuntu-latest
3636
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 }}
4242

4343
# https://github.com/actions/checkout/tree/v4/
4444
- name: Checkout spooky db code
@@ -47,6 +47,7 @@ jobs:
4747
repository: FAForever/spooky-db
4848
path: gh-pages
4949
ref: gh-pages
50+
ssh-key: ${{ secrets.SPOOKYDB_DEPLOYMENT_KEY }}
5051

5152
- name: Download recent unit information
5253
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)