Skip to content

Commit d7921b0

Browse files
Grant id-token: write to pre-commit reusable workflow call
1 parent 6bf789b commit d7921b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')) ||
2727
github.event_name == 'schedule'
2828
uses: ./.github/workflows/reusable-pre-commit.yml
29+
permissions:
30+
id-token: write
31+
contents: read
2932
with:
3033
enable-commit-changes: true
3134

0 commit comments

Comments
 (0)