Commit be53db0
authored
VLN-516: Set explicit permissions for GitHub Actions workflows (#159)
## Summary
- `.github/workflows/helm.yml`: Added a workflow-level permissions block
limiting the default GITHUB_TOKEN to contents: read since the jobs rely
on a GitHub App token for pushes.
- `.github/workflows/test-integration.yml`: Declared workflow-level
permissions with contents: read to support checkout while preventing
unnecessary token scopes for the integration/unit test jobs.1 parent 14322c6 commit be53db0
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
149 | | - | |
| 152 | + | |
0 commit comments