ipdxco / github-as-code

GitHub Configuration as Code
19 stars 7 forks source link

feat: find sha for plan using proper credentials #101

Closed galargh closed 1 year ago

galargh commented 1 year ago

This PR changes how we find the plan to apply after a merge. Previously, we were using the default GHA token for that but recently we've been seeing more and more rate limits hits. I also moved the script to TS to make it easier to follow.

galargh commented 1 year ago

This was merged as part of label support.