Skip to content

Commit 21d8ff7

Browse files
committed
fix gh token env variable
1 parent 3777922 commit 21d8ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
.github/workflows/scripts/bump-versions.sh --commit --pull-request
4747
env:
48-
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
48+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
next_beta_core: ${{ github.event.inputs.next_beta_core }}
5050
next_beta_contrib: ${{ github.event.inputs.next_beta_contrib }}
5151
next_stable_core: ${{ github.event.inputs.next_stable_core }}

0 commit comments

Comments
 (0)