Skip to content

Commit 1703f21

Browse files
Potential fix for code scanning alert no. 371: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent df15374 commit 1703f21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy_to_internal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
type: string
99
required: false
1010

11+
permissions:
12+
contents: read
13+
1114
concurrency:
1215
group: deploy-to-internal
1316
cancel-in-progress: false

0 commit comments

Comments
 (0)