We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a200 commit 5e89fd1Copy full SHA for 5e89fd1
.github/workflows/stage-release.yml
@@ -83,4 +83,3 @@ jobs:
83
sha: ${{ github.sha }}
84
secrets:
85
SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
86
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/update-documentation.yml
@@ -40,10 +40,13 @@ on:
40
41
SELENIUM_CI_TOKEN:
42
required: true
43
- GITHUB_TOKEN:
44
- required: true
+
+permissions:
45
+ contents: write
46
+ pull-requests: write
47
48
env:
49
+ GITHUB_TOKEN: ${{ github.token }}
50
51
jobs:
52
build-docs:
0 commit comments