Skip to content

Commit

Permalink
chore: fix auto approve (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed May 10, 2022
1 parent d2c9bff commit 513f0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const project = new typescript.TypeScriptProject({

releaseToNpm: true,
autoApproveUpgrades: true,
autoApproveOptions: {},
autoApproveOptions: {
secret: "PROJEN_GITHUB_TOKEN",
},
npmAccess: javascript.NpmAccess.PUBLIC,
minNodeVersion: "14.18.0",
});
Expand Down

0 comments on commit 513f0f3

Please sign in to comment.