Change site deployment ssh key to PAT

This commit is contained in:
William Martin 2023-06-07 12:58:02 +02:00
parent 8b48fbc892
commit ca02aec13b

View file

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