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
To support creating authoring commits and pull-requests from GitHub workflow like bump-idc-index-data-version.yml discussed in #5, consider the following:
Contents set to "Read And Write", Metadata set to "Read-only", Pull requests set to "Read And Write"
Organization permissions
Members set to "Read only"
Account permissions
None
This will allow to leverage the actions/create-github-app-token1 along with peter-evans/create-pull-request. For a similar example, see the workflow2 we created in NA-MIC/ProjectWeek (it using tibdex/github-app-token now superseded by actions/create-github-app-token but that should be enough to move forward)
To support creating authoring commits and pull-requests from GitHub workflow like
bump-idc-index-data-version.yml
discussed in #5, consider the following:Go to https://github.com/organizations/ImagingDataCommons/settings/apps
Click
New GitHub App
Enter the following details:
This will allow to leverage the
actions/create-github-app-token
1 along withpeter-evans/create-pull-request
. For a similar example, see the workflow2 we created inNA-MIC/ProjectWeek
(it usingtibdex/github-app-token
now superseded byactions/create-github-app-token
but that should be enough to move forward)Footnotes
https://github.com/actions/create-github-app-token ↩
https://github.com/NA-MIC/ProjectWeek/blob/6e5d245d619dd2d4a021973246b9666cd6368291/.github/workflows/project-page-pull-request.yml#L210-L232 ↩
The text was updated successfully, but these errors were encountered: