Skip to content

Commit f610e64

Browse files
committed
ci(release): allow actions read for deploy wait
Promote workflows now poll the push-triggered deploy workflow, which requires actions: read.\n\nGrant actions: read in release.yml so nested reusable workflows can request it.
1 parent 8f8621b commit f610e64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ on:
157157

158158
permissions:
159159
contents: write
160+
actions: read
160161

161162
concurrency:
162163
group: release-unified

0 commit comments

Comments
 (0)