Skip to content

Commit df23c1f

Browse files
DeepDiver1975claude
andcommitted
ci: fix calens workflow permissions for reusable workflow call
The reusable calens workflow requires `contents: read` but the caller set `permissions: {}` (none), causing a startup_failure on every push. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f7ddd25 commit df23c1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/calens.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- master
77

8-
permissions: {}
8+
permissions:
9+
contents: read
910

1011
jobs:
1112
changelog:

0 commit comments

Comments
 (0)