Skip to content

Commit

Permalink
use default GH token 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 24, 2024
1 parent b6ec2fa commit efd32b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const project = new cdk.JsiiProject({
},
githubOptions: {
workflows: true,
projenCredentials: github.GithubCredentials.fromPersonalAccessToken({ secret: '${{ secrets.GITHUB_TOKEN }}' }),
projenCredentials: github.GithubCredentials.fromPersonalAccessToken({ secret: 'GITHUB_TOKEN' }),
},

});
Expand Down

0 comments on commit efd32b7

Please sign in to comment.