Skip to content

Commit e7bb9c5

Browse files
authored
Add permissions to workflow for Swift
Added permissions for read access to contents. Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent f8b9821 commit e7bb9c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Swift
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

0 commit comments

Comments
 (0)