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 72a925a commit cf273d8Copy full SHA for cf273d8
.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