Skip to content

Commit 2747710

Browse files
author
Liudmila Molkova
committed
uo
1 parent 3e79700 commit 2747710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}\`."

0 commit comments

Comments
 (0)