diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml index d9462cbe0b57..a2f5f72ff8ff 100644 --- a/.github/workflows/triage-issue.yml +++ b/.github/workflows/triage-issue.yml @@ -24,6 +24,7 @@ jobs: contents: read issues: read pull-requests: read + id-token: write # Only run for Bug or Feature issues (automatic mode) if: | github.event_name == 'workflow_dispatch' ||