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.
2 parents 341b990 + 4101ce1 commit ac95928Copy full SHA for ac95928
.github/workflows/stage-release.yml
@@ -83,3 +83,4 @@ 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,7 +40,8 @@ on:
40
41
SELENIUM_CI_TOKEN:
42
required: true
43
-
+ GITHUB_TOKEN:
44
+ required: true
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
0 commit comments