From 84c4402b75a4b2af974b9dba9380bf9c2bde015f Mon Sep 17 00:00:00 2001 From: Prashant Srivastava Date: Thu, 19 Dec 2024 12:29:32 -0800 Subject: [PATCH] add permissions to allow oidc --- .github/workflows/continuous-monitoring.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-monitoring.yml b/.github/workflows/continuous-monitoring.yml index 29d4e02a..907029e1 100644 --- a/.github/workflows/continuous-monitoring.yml +++ b/.github/workflows/continuous-monitoring.yml @@ -5,6 +5,10 @@ on: schedule: - cron: '0/10 * * * *' +permissions: + id-token: write + contents: read + jobs: smoke-tests: name: Run smoke tests