A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
27
stars
22
forks
source link
test: Update release-pr workflow to use PR_TOKEN instead of GITHUB_TOKEN so that PR checks are triggered #130
Closed
nguyen102 closed 2 years ago
Description of changes: When a new PR is created by
release-pr
workflow, the PR checks are not initiated.The solution is to use our own personal access token instead of
GITHUB_TOKEN
.More context here.
I tested this code in my forked repo and it worked as expected.
This is the PR that was automatically created. As you can see the GH status checks were automatically run.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.