Skip to content

Commit cf273d8

Browse files
committed
[build] fix update-documentation workflow
1 parent 72a925a commit cf273d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/stage-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ jobs:
8383
sha: ${{ github.sha }}
8484
secrets:
8585
SELENIUM_CI_TOKEN: ${{ secrets.SELENIUM_CI_TOKEN }}
86+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ on:
4040
secrets:
4141
SELENIUM_CI_TOKEN:
4242
required: true
43-
43+
GITHUB_TOKEN:
44+
required: true
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647

0 commit comments

Comments
 (0)