Skip to content

Commit 2699a27

Browse files
authored
fix(cdk-diff): github now requires metadata grant [INFRA-52676] (#338)
1 parent 5c4743b commit 2699a27

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/cdk-diff-workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export module cdkDiffWorkflow {
2828
permissions: {
2929
'id-token': 'write',
3030
contents: 'write',
31+
metadata: 'write',
3132
'pull-requests': 'write',
3233
},
3334
jobs: {

test/__snapshots__/cdk-diff-workflow.test.ts.snap

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)