Skip to content

Commit 691ba30

Browse files
committed
Add workflow permissions
1 parent 1691355 commit 691ba30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/api.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: API workflow
22

33
on: [push, pull_request]
4-
4+
permissions:
5+
contents: read
6+
57
jobs:
68
build:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)