diff --git a/.github/workflows/generate-openapi.yml b/.github/workflows/generate-openapi.yml index a59ab7ac3c..e08d229aa9 100644 --- a/.github/workflows/generate-openapi.yml +++ b/.github/workflows/generate-openapi.yml @@ -27,6 +27,7 @@ on: permissions: contents: write issues: write + id-token: write jobs: generate-spec: diff --git a/.github/workflows/optional-spec-validations.yml b/.github/workflows/optional-spec-validations.yml index e0dec85304..e196685c10 100644 --- a/.github/workflows/optional-spec-validations.yml +++ b/.github/workflows/optional-spec-validations.yml @@ -18,6 +18,7 @@ on: permissions: contents: write issues: write + id-token: write jobs: optional-validations: diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 4b3c864b7e..b36946b3cb 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -31,6 +31,7 @@ on: permissions: contents: write issues: write + id-token: write jobs: release: diff --git a/.github/workflows/release-spec-v1.yml b/.github/workflows/release-spec-v1.yml index f30e0a05e6..d5ea16a229 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -29,6 +29,7 @@ on: permissions: contents: write issues: write + id-token: write jobs: release-v1-oas-apis: diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index 21b9f1625c..10665366cb 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -45,6 +45,7 @@ on: permissions: contents: write issues: write + id-token: write jobs: generate-spec: