Skip to content

Commit

Permalink
all back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 24, 2024
1 parent 1984965 commit 2a050a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

7 changes: 1 addition & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cdk, github } from 'projen';
import { cdk } from 'projen';

const kplus = 'cdk8s-plus-24';
const project = new cdk.JsiiProject({
Expand Down Expand Up @@ -31,11 +31,6 @@ const project = new cdk.JsiiProject({
distName: 'cdk8s-plone',
module: 'cdk8s_plone',
},
githubOptions: {
workflows: true,
projenCredentials: github.GithubCredentials.fromPersonalAccessToken({ secret: 'GITHUB_TOKEN' }),
},

});

project.synth();

0 comments on commit 2a050a7

Please sign in to comment.