From 0d1c2399e0a43a9f713d54b5205f4c28672aba30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Insaurralde?= Date: Fri, 13 Mar 2026 18:58:53 -0300 Subject: [PATCH] chore(ci): migrate scm_configuration_check workflow to GitHub keyless auth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Insaurralde --- .github/workflows/scm_configuration_check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scm_configuration_check.yaml b/.github/workflows/scm_configuration_check.yaml index 4cb1cb650..f8101ff7e 100644 --- a/.github/workflows/scm_configuration_check.yaml +++ b/.github/workflows/scm_configuration_check.yaml @@ -6,6 +6,8 @@ on: - cron: "0 9 * * *" workflow_dispatch: # Allow manual triggering +permissions: read-all + jobs: scm-configuration-check: runs-on: ubuntu-latest @@ -14,7 +16,6 @@ jobs: id-token: write env: - CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }} CHAINLOOP_WORKFLOW_NAME: scm-configuration-check CHAINLOOP_PROJECT_NAME: chainloop GITHUB_TOKEN: ${{ github.token }}