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