File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 - name : Create pull request against the release branch
130130 env :
131131 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
132- GITHUB_TOKEN : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
132+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
133133 run : |
134134 message="Prepare release for ${PACKAGE_NAME} v${VERSION}"
135135 branch="opentelemetrybot/prepare-${RELEASE_BRANCH_NAME}"
@@ -181,7 +181,7 @@ jobs:
181181 - name : Create pull request against main
182182 env :
183183 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
184- GITHUB_TOKEN : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
184+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
185185 run : |
186186 message="Update ${PACKAGE_NAME} version to v${NEXT_VERSION}"
187187 body="Update \`${PACKAGE_NAME}\` version to v\`${NEXT_VERSION}\`."
You can’t perform that action at this time.
0 commit comments