cli/.github/workflows
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
..
codeql.yml Extend query suite with quality queries 2021-08-19 15:05:28 +01:00
go.yml Require Go 1.16+ 2021-08-23 18:08:09 +02:00
lint.yml Require Go 1.16+ 2021-08-23 18:08:09 +02:00
prauto.yml Fix secrets in PR automation being available to PR from forks 2021-04-13 11:10:13 +02:00
releases.yml Publish docs site using a deploy key instead of PAT 2021-09-13 16:30:40 +02:00