Skip to content

Commit b1e5ddd

Browse files
Copilottaylortom
andcommitted
Add explicit permissions to GitHub workflow for security
Co-authored-by: taylortom <[email protected]>
1 parent d21897d commit b1e5ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: push
33
jobs:
44
default:
55
runs-on: ubuntu-latest
6+
permissions:
7+
contents: read
68
steps:
79
- uses: actions/checkout@master
810
- uses: actions/setup-node@master

0 commit comments

Comments
 (0)