Merge pull request #4320 from cli/site-ssh-key

Publish docs site using a deploy key instead of PAT
This commit is contained in:
Mislav Marohnić 2021-09-13 19:43:39 +02:00 committed by GitHub
commit d7f7a98d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
repository: github/cli.github.com
path: site
fetch-depth: 0
token: ${{secrets.SITE_GITHUB_TOKEN}}
ssh-key: ${{secrets.SITE_SSH_KEY}}
- name: Update site man pages
env:
GIT_COMMITTER_NAME: cli automation