Skip to content

Commit 7fdd3c7

Browse files
committed
TEST
1 parent e9065b3 commit 7fdd3c7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,10 @@ jobs:
2929
- name: Use CLA approved bot
3030
run: .github/scripts/use-cla-approved-bot.sh
3131

32-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
33-
id: otelbot-token
34-
with:
35-
app-id: ${{ vars.OTELBOT_APP_ID }}
36-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
37-
3832
- name: Create pull request
3933
env:
4034
NUMBER: ${{ github.event.inputs.number }}
41-
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
42-
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4336
run: |
4437
commit=$(gh pr view $NUMBER --json mergeCommit --jq .mergeCommit.oid)
4538
title=$(gh pr view $NUMBER --json title --jq .title)

0 commit comments

Comments
 (0)