Skip to content

Commit 4c53046

Browse files
vaindclaude
andcommitted
fix: add actions permission for updater workflow tests
The cancel-workflow-action needs actions: write permission to cancel previous workflow runs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 58422a7 commit 4c53046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write
99
pull-requests: write
10+
actions: write
1011

1112
jobs:
1213
# Test PR creation scenario - should create a PR with specific version pattern

0 commit comments

Comments
 (0)