Skip to content

Commit 90cddc3

Browse files
committed
Use ssh key for website
1 parent dabfdb2 commit 90cddc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
REPO: [email protected]/rmosolgo/graphql-ruby.git
5454
BRANCH: gh-pages
5555
FOLDER: gh-pages
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
5757
api_docs:
5858
needs: website
5959
if: ${{ inputs.publish_version || github.ref_name }}
@@ -91,4 +91,4 @@ jobs:
9191
REPO: [email protected]/rmosolgo/graphql-ruby.git
9292
BRANCH: gh-pages
9393
FOLDER: gh-pages
94-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94+
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}

0 commit comments

Comments
 (0)