ansys / grantami-bomanalytics-openapi

Autogenerated client library for the Granta MI Compliance API
MIT License
1 stars 0 forks source link

Switch to bot token for Workflow to allow tests to run against PRs #24

Closed da1910 closed 2 years ago

da1910 commented 2 years ago

Code generation currently uses the GITHUB_TOKEN to authenticate when creating a PR, this token is not permitted to trigger other workflows, so we need to make use of a better token.

We now have an organizational app for this purpose, switch to that for the pull request generation to allow tests to run against the yaml change PR.