forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
Description
This can be fixed in two ways:
- Moving the job to Github Actions, and using the built in GITHUB_TOKEN (long task)
- For this to be viable, we have to move the whole release flow to Github Actions, but keep "NPM Publish" on Azure Pipelines for compliance reasons
- Setting up a minimal CI task to generate a short lived readonly Github PAT, similar to
nx releasewill always publish NPM packages with taglatestnrwl/nx#30979
- Need to do this anyway for compliance reasons. RNW wants to do the same.
So the choice basically becomes: When we move to make our CI more compliant, do we convert most of it to Github Actions so we can use the built in Github Token, or do we maintain a minimal fork of https://github.com/actions/create-github-app-token that we can run on Azure pipelines?