Skip to content

Commit 8e03d73

Browse files
authored
Merge pull request #25 from SpawnDock/codex/effect-check-workflows-fix
ci: allow api check workflow to read repository contents
2 parents 5b66168 + 148a865 commit 8e03d73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
permissions: {}
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
build:

0 commit comments

Comments
 (0)