We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c02d9 commit 61f88e4Copy full SHA for 61f88e4
.github/workflows/merge-upstream-test.yaml
@@ -11,6 +11,7 @@ jobs:
11
create_upstream_pr:
12
permissions:
13
contents: write
14
+ pull-requests: write
15
id-token: write
16
runs-on: ubuntu-latest
17
steps:
@@ -58,8 +59,7 @@ jobs:
58
59
if: steps.check.outputs.commits_behind != '0'
60
id: create_pr
61
env:
- GH_TOKEN: ${{ steps.get_token.outputs.token }}
62
- GH_DEBUG: api
+ GH_TOKEN: ${{ github.token }}
63
run: |
64
PR_URL=$(gh pr create \
65
--title "chore: merge with upstream opentelemetry-demo" \
0 commit comments