cli/.github
Mislav Marohnić 2f45173370 Publish docs site using a deploy key instead of PAT
I'd like to decommission SITE_GITHUB_TOKEN as it's a PAT that has write
access to all my `github/*` repositories. Instead, I've created a deploy
key that only has access to `github/cli.github.com`.

    ssh-keygen -t ed25519 -C "gh docs push" -N "" -f ~/.ssh/gh-docs-publish
    gh repo -R github/cli.github.com deploy-key add ~/.ssh/gh-docs-publish.pub

    # testing:
    GIT_SSH_COMMAND='ssh -i $HOME/.ssh/gh-docs-publish' git push ...
2021-09-13 16:30:40 +02:00
..
ISSUE_TEMPLATE Remove duplicate link to report a security vulnerability 2021-02-01 13:18:15 +01:00
workflows Publish docs site using a deploy key instead of PAT 2021-09-13 16:30:40 +02:00
CODE-OF-CONDUCT.md Add first draft of CODE-OF-CONDUCT.md 2019-12-19 12:40:03 -08:00
CONTRIBUTING.md Require Go 1.16+ 2021-08-23 18:08:09 +02:00
PULL_REQUEST_TEMPLATE.md Rework our pull request template (#3584) 2021-05-11 17:08:28 +02:00
SECURITY.md Add first draft of SECURITY.md 2019-12-19 12:33:45 -08:00