You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arch-BOM needs a way to get new openedx/devstack issues added to our GH project (https://github.com/orgs/edx/projects/11). We tried using the openedx add-to-project.yml reusable workflow, but it can't use the openedx org secrets to manipulate edx org projects. (Specifically, all we know is that the openedx org has org-wide secrets GRAPHQL_AUTH_APP_ID and GRAPHQL_AUTH_APP_PEM but the action failed with a permission error.)
It seems like we need some different GitHub app credentials. We'll need to add these to the openedx/devstack repo secrets under different names, and they'll need read/write access to edx projects. (2U will likely be able to reuse this GH app for a number of teams that want to keep track of issues on GitHub instead of on Jira.)
The text was updated successfully, but these errors were encountered:
Arch-BOM needs a way to get new openedx/devstack issues added to our GH project (https://github.com/orgs/edx/projects/11). We tried using the openedx add-to-project.yml reusable workflow, but it can't use the openedx org secrets to manipulate edx org projects. (Specifically, all we know is that the openedx org has org-wide secrets
GRAPHQL_AUTH_APP_ID
andGRAPHQL_AUTH_APP_PEM
but the action failed with a permission error.)It seems like we need some different GitHub app credentials. We'll need to add these to the openedx/devstack repo secrets under different names, and they'll need read/write access to edx projects. (2U will likely be able to reuse this GH app for a number of teams that want to keep track of issues on GitHub instead of on Jira.)
The text was updated successfully, but these errors were encountered: