Skip to content

Commit 6d93571

Browse files
chore(ci): migrate scm_configuration_check workflow to GitHub keyless auth (#2853)
Signed-off-by: Matías Insaurralde <matias@chainloop.dev>
1 parent 212802e commit 6d93571

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scm_configuration_check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- cron: "0 9 * * *"
77
workflow_dispatch: # Allow manual triggering
88

9+
permissions: read-all
10+
911
jobs:
1012
scm-configuration-check:
1113
runs-on: ubuntu-latest
@@ -14,7 +16,6 @@ jobs:
1416
id-token: write
1517

1618
env:
17-
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
1819
CHAINLOOP_WORKFLOW_NAME: scm-configuration-check
1920
CHAINLOOP_PROJECT_NAME: chainloop
2021
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)