Skip to content

Commit b228677

Browse files
author
Liudmila Molkova
authored
Update package-prepare-release.yml
1 parent ca4d517 commit b228677

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
@@ -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}\`."

0 commit comments

Comments
 (0)