We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212802e commit 6d93571Copy full SHA for 6d93571
1 file changed
.github/workflows/scm_configuration_check.yaml
@@ -6,6 +6,8 @@ on:
6
- cron: "0 9 * * *"
7
workflow_dispatch: # Allow manual triggering
8
9
+permissions: read-all
10
+
11
jobs:
12
scm-configuration-check:
13
runs-on: ubuntu-latest
@@ -14,7 +16,6 @@ jobs:
14
16
id-token: write
15
17
18
env:
- CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
19
CHAINLOOP_WORKFLOW_NAME: scm-configuration-check
20
CHAINLOOP_PROJECT_NAME: chainloop
21
GITHUB_TOKEN: ${{ github.token }}
0 commit comments