Skip to content

Commit 7f97fd0

Browse files
authored
Merge pull request #25 from N0tHorizon/alert-autofix-7
Potential fix for code scanning alert no. 7: Workflow does not contain permissions
2 parents cd63549 + b255f1e commit 7f97fd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/env-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: ["🌕Nextgen", "📦Current"]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
matrix-test:
1114
name: "env: ${{ matrix.os }} | Shell: ${{ matrix.shell }} | Admin: ${{ matrix.admin }} | Locale: ${{ matrix.locale }}"

0 commit comments

Comments
 (0)