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 @@ -128,7 +128,7 @@ jobs:
128128 - name : Create pull request against the release branch
129129 env :
130130 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
131- GITHUB_TOKEN : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
131+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
132132 run : |
133133 message="Prepare release for ${PACKAGE_NAME} v${VERSION}"
134134 branch="opentelemetrybot/prepare-${RELEASE_BRANCH_NAME}"
@@ -180,7 +180,7 @@ jobs:
180180 - name : Create pull request against main
181181 env :
182182 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
183- GITHUB_TOKEN : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
183+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
184184 run : |
185185 message="Update ${PACKAGE_NAME} version to v${NEXT_VERSION}"
186186 body="Update \`${PACKAGE_NAME}\` version to v\`${NEXT_VERSION}\`."
You can’t perform that action at this time.
0 commit comments