Skip to content

Commit 935f0db

Browse files
fix: job-level workflows permission for rolling line dispatch.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 13c8932 commit 935f0db

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77
description: Released semver (X.Y.Z) to refresh rolling line aliases for
88
required: true
99

10-
permissions:
11-
contents: write
12-
workflows: write
13-
1410
jobs:
1511
update:
1612
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
workflows: write
1716
steps:
1817
- name: Checkout main
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)