Skip to content

Commit ec0f589

Browse files
authored
Add permissions to workflows (#19)
1 parent b398387 commit ec0f589

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches: [main, test-me-*]
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
main:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)