From 85106673c95952b845b28fe1ad7f29208a79ca7c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 14:31:22 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- .projenrc.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 976c5c8..67e1c5b 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -1,9 +1,9 @@ import { TypescriptProject } from '@vianho/apidays24pj'; -import { GithubCredentials } from "projen/lib/github"; +import { GithubCredentials } from 'projen/lib/github'; const project = new TypescriptProject({ - defaultReleaseBranch: "main", - devDeps: ["@vianho/apidays24pj"], - name: "TofuSoup", + defaultReleaseBranch: 'main', + devDeps: ['@vianho/apidays24pj'], + name: 'TofuSoup', projenrcTs: true, githubOptions: { projenCredentials: GithubCredentials.fromApp(),