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 992c1cd commit 38d5d1aCopy full SHA for 38d5d1a
.github/workflows/stage-release.yml
@@ -81,3 +81,5 @@ jobs:
81
with:
82
version: ${{ needs.github-release.outputs.version }}
83
sha: ${{ github.sha }}
84
+ secrets:
85
+ SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
.github/workflows/update-documentation.yml
@@ -37,6 +37,9 @@ on:
37
required: false
38
type: string
39
default: "all"
40
41
+ SELENIUM_CI_TOKEN:
42
+ required: true
43
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments