We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a6401 + bcb160a commit 4e5dc33Copy full SHA for 4e5dc33
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: push
+name: publish
2
3
# Controls when the workflow will run
4
on:
@@ -31,3 +31,9 @@ jobs:
31
with:
32
branch: gh-pages
33
folder: docs
34
+ git-config-name: GitHub Actions
35
+ git-config-email: github-actions@kubernetes-csi
36
+ # This secret was created in the repo's settings under "Secrets".
37
+ # It contains an SSH private key created specifically for this job.
38
+ # The corresponding public key was added to the repo's deploy keys.
39
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
0 commit comments