awslabs / sbt-aws

SaaS Builder Toolkit for AWS is a developer toolkit to implement SaaS best practices and increase developer velocity.
Apache License 2.0
130 stars 26 forks source link

chore: update secret name #4

Closed tobuck-aws closed 7 months ago

tobuck-aws commented 7 months ago

Some of the projen workflows require repo access for mutation. I think this can be accomplished with the GITHUB_TOKEN vs. the PROJEN_GITHUB_TOKEN.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

suhussai commented 7 months ago

confirmed that this:

-          token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
+          token: ${{ secrets.GITHUB_TOKEN }}

was projen-generated.

LGTM!