Skip to content

Commit 04b26df

Browse files
committed
TESTING
1 parent bc7b2ef commit 04b26df

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,9 @@ jobs:
5353
- name: Use CLA approved bot
5454
run: .github/scripts/use-cla-approved-bot.sh
5555

56-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
57-
id: otelbot-token
58-
with:
59-
app-id: ${{ vars.OTELBOT_APP_ID }}
60-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
61-
6256
- name: Create pull request against the release branch
6357
env:
64-
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
65-
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
58+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6659
run: |
6760
message="Prepare release $VERSION"
6861
branch="otelbot/prepare-release-${VERSION}"

0 commit comments

Comments
 (0)