Commit c057ce0
committed
ci: declare minimal permissions on sync-to-gitlab workflow
Adds explicit permissions: contents: read at workflow level. The
workflow only needs read access to check out the repo; the GitLab
push uses GITLAB_TOKEN (a repo secret), not GITHUB_TOKEN.
Resolves CodeQL alert: actions/missing-workflow-permissions1 parent ce549a3 commit c057ce0
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments