Skip to content

Commit

Permalink
fix(upgrade-main): revert to using default github auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Jan 12, 2023
1 parent f9d9aaf commit fbe84ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml

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

10 changes: 2 additions & 8 deletions .github/workflows/upgrade-main.yml

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

10 changes: 4 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { awscdk, github, release } from 'projen';
import { awscdk, release } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Brian Caffey',
authorEmail: 'briancaffey2010@gmail.com',
Expand All @@ -17,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({

// Automation
githubOptions: {
projenCredentials: github.GithubCredentials.fromApp(),
// projenCredentials: github.GithubCredentials.fromApp(),
pullRequestLintOptions: {
semanticTitleOptions: {
types: ['feat', 'fix', 'chore', 'docs', 'ci'],
Expand Down Expand Up @@ -54,10 +54,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
'CONTRIBUTING.md',
'SECURITY.md',
],
// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */
description: 'CDK construct library for building Django applications on AWS with ECS Fargate',
packageName: 'cdk-django',
});

// release only via manual trigger
Expand Down
1 change: 1 addition & 0 deletions package.json

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

0 comments on commit fbe84ca

Please sign in to comment.