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 3777922 commit 21d8ff7Copy full SHA for 21d8ff7
.github/workflows/update-version.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
.github/workflows/scripts/bump-versions.sh --commit --pull-request
47
env:
48
- GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
next_beta_core: ${{ github.event.inputs.next_beta_core }}
50
next_beta_contrib: ${{ github.event.inputs.next_beta_contrib }}
51
next_stable_core: ${{ github.event.inputs.next_stable_core }}
0 commit comments