Skip to content

Commit c419436

Browse files
fix: grant workflows permission for rolling tag updates.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e0feb73 commit c419436

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

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

88
permissions:
99
contents: write
10-
actions: write
10+
workflows: write
1111

1212
jobs:
1313
release:

.github/workflows/update-rolling-lines.yml

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

1010
permissions:
1111
contents: write
12+
workflows: write
1213

1314
jobs:
1415
update:

0 commit comments

Comments
 (0)