Skip to content

Commit 9c4fd15

Browse files
committed
fix: add reaction and read-all permissions for pre_activation
pre_activation job had no permissions, causing Bad credentials on the membership check. The reaction: eyes field triggers the compiler to grant write permissions to pre_activation. Also switched to permissions: read-all to match working event-triggered workflows.
1 parent 85dc53f commit 9c4fd15

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

.github/workflows/flock-action.lock.yml

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/flock-action.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ timeout-minutes: 30
77
on:
88
issues:
99
types: [opened]
10+
reaction: eyes
1011

11-
permissions:
12-
contents: read
13-
issues: read
14-
pull-requests: read
12+
permissions: read-all
1513

1614
tools:
1715
github:

0 commit comments

Comments
 (0)