From 0468987f7b8c39aaf8405700ad4b48a6c7661d89 Mon Sep 17 00:00:00 2001 From: Prashant Srivastava Date: Thu, 19 Dec 2024 12:15:12 -0800 Subject: [PATCH] add permissions to allow oidc --- .github/workflows/IntegrationTesting.yaml | 4 ++++ .github/workflows/continuous-monitoring.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/IntegrationTesting.yaml b/.github/workflows/IntegrationTesting.yaml index e9dd346a..8195fb5d 100644 --- a/.github/workflows/IntegrationTesting.yaml +++ b/.github/workflows/IntegrationTesting.yaml @@ -4,6 +4,10 @@ on: branches: - master +permissions: + id-token: write + contents: read + jobs: build_SDK: name: Build X-Ray Python SDK diff --git a/.github/workflows/continuous-monitoring.yml b/.github/workflows/continuous-monitoring.yml index 5a727802..9dc24244 100644 --- a/.github/workflows/continuous-monitoring.yml +++ b/.github/workflows/continuous-monitoring.yml @@ -4,6 +4,10 @@ on: schedule: - cron: '*/10 * * * *' +permissions: + id-token: write + contents: read + jobs: smoke-tests: name: Run smoke tests