Skip to content

Commit 3e1195d

Browse files
authored
Fix name of key argument
1 parent 083fc2f commit 3e1195d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cleanup_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
script: rm -rf www/${{ steps.extract_branch.outputs.branch }}
2121
host: builds.jabref.org
2222
username: builds_jabref_org
23-
privateKey: ${{ secrets.buildJabRefPrivateKey }}
23+
key: ${{ secrets.buildJabRefPrivateKey }}
2424
port: 9922

0 commit comments

Comments
 (0)