docs(plugins): add GH OAuth to github-actions docs

In order for GitHub Actions plugin to work, the GitHub OAuth application must be created at the organization level. Updated docs to assist others that may run into any issues related to this.

Signed-off-by: Daniel Clayton <dclayton@godaddy.com>
This commit is contained in:
Daniel Clayton
2022-01-21 12:03:53 -07:00
parent f869d916a8
commit a9bede36e1
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-github-actions': patch
---
Update GitHub OAuth documentation to include it must be created as a GitHub Organization OAuth application.