We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabdb7f commit 2d8e47dCopy full SHA for 2d8e47d
.github/workflows/stage-release.yml
@@ -23,6 +23,7 @@ jobs:
23
github.event.inputs.version != '' &&
24
github.repository_owner == 'seleniumhq')
25
runs-on: ubuntu-latest
26
+ permissions: write-all
27
steps:
28
- name: Checkout repo
29
uses: actions/checkout@v4
0 commit comments