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.
1 parent dabfdb2 commit 90cddc3Copy full SHA for 90cddc3
.github/workflows/website.yaml
@@ -53,7 +53,7 @@ jobs:
53
REPO: [email protected]/rmosolgo/graphql-ruby.git
54
BRANCH: gh-pages
55
FOLDER: gh-pages
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
57
api_docs:
58
needs: website
59
if: ${{ inputs.publish_version || github.ref_name }}
@@ -91,4 +91,4 @@ jobs:
91
92
93
94
0 commit comments