Skip to content

Commit 8656a10

Browse files
lostindarkCopilot
andcommitted
fix: grant actions:write to release workflow for dispatch
The GITHUB_TOKEN needs actions:write permission to trigger the release-highlights workflow via workflow_dispatch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 25f46bc commit 8656a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13-
actions: read
13+
actions: write
1414

1515
env:
1616
SIGNPATH_ORG_ID: 'c9bd44ce-a067-4f9a-9135-468d00ed0b13'

0 commit comments

Comments
 (0)