2 Commits

Author SHA1 Message Date
Maxwell G
b02dc78b04 get_bot_user: use correct username in committer email (#664)
There is a small error in the Ansible Documentation Bot's committer
email used by the pip-compile jobs. There needs to be a `[bot]` suffix
in the username of a bot.
2023-10-19 12:36:33 -05:00
Maxwell G
1efa06b8a6 ci: use Github App token to authenticate (#621)
This uses the new Ansible Documentation Bot Github app to authenticate with
the Github API instead of the limited token built in to Github Actions.
The app token allows creating automatic dependency update PRs that
trigger CI properly.
A github-bot environment to store the BOT_APP_ID and BOT_APP_KEY
secrets.

Fixes: https://github.com/ansible/ansible-documentation/issues/382
2023-10-17 14:35:41 -05:00