Skip to content

Commit ac95928

Browse files
authored
Merge branch 'trunk' into release-preparation-4.38.0
2 parents 341b990 + 4101ce1 commit ac95928

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)