Skip to content

Commit 31450f0

Browse files
authored
Add permissions section to CI workflow for content access (#8)
1 parent a35eb4a commit 31450f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ name: "CI Testing Bash SCript"
1010
- 'action.sh'
1111
- '.github/workflows/ci.yml'
1212

13+
14+
permissions:
15+
contents: read
16+
17+
1318
jobs:
1419
test:
1520
name: CI/CD Test

0 commit comments

Comments
 (0)