Skip to content

Commit 76df38d

Browse files
Add explicit workflow permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent b18a837 commit 76df38d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push]
44

55
jobs:
66
build:
7-
7+
permissions:
8+
contents: read
89
runs-on: ubuntu-latest
910
strategy:
1011
matrix:

0 commit comments

Comments
 (0)