Skip to content

Commit 2d8e47d

Browse files
committed
[ci] Setting permissions on workflow
[skip ci]
1 parent aabdb7f commit 2d8e47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stage-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
github.event.inputs.version != '' &&
2424
github.repository_owner == 'seleniumhq')
2525
runs-on: ubuntu-latest
26+
permissions: write-all
2627
steps:
2728
- name: Checkout repo
2829
uses: actions/checkout@v4

0 commit comments

Comments
 (0)