Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 6356639

Browse files
author
Alexander Melnyk
committed
fix: swap tokens for auto-approve
1 parent b692214 commit 6356639

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1717
ignoreProjen: false,
1818
workflowOptions: {
1919
labels: ['auto-approve', 'auto-merge'],
20-
secret: 'AUTOMATION_TOKEN',
20+
secret: 'PROJEN_GITHUB_TOKEN',
2121
},
2222
},
2323
github: false,
@@ -26,7 +26,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2626
module: 'cdk_lambda_powertools_python_layer',
2727
},
2828
autoApproveOptions: {
29-
secret: 'PROJEN_GITHUB_TOKEN',
29+
secret: 'AUTOMATION_TOKEN',
3030
allowedUsernames: ['am29d'],
3131
},
3232
license: 'MIT-0',

0 commit comments

Comments
 (0)