We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9065b3 commit 7fdd3c7Copy full SHA for 7fdd3c7
1 file changed
.github/workflows/backport.yml
@@ -29,17 +29,10 @@ jobs:
29
- name: Use CLA approved bot
30
run: .github/scripts/use-cla-approved-bot.sh
31
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
-
38
- name: Create pull request
39
env:
40
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 }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: |
44
commit=$(gh pr view $NUMBER --json mergeCommit --jq .mergeCommit.oid)
45
title=$(gh pr view $NUMBER --json title --jq .title)
0 commit comments