Skip to content

Commit d3c02d9

Browse files
Enable gh api flag
1 parent 4c07807 commit d3c02d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/merge-upstream-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Create Pull Request
5858
if: steps.check.outputs.commits_behind != '0'
5959
id: create_pr
60+
env:
61+
GH_TOKEN: ${{ steps.get_token.outputs.token }}
62+
GH_DEBUG: api
6063
run: |
6164
PR_URL=$(gh pr create \
6265
--title "chore: merge with upstream opentelemetry-demo" \

0 commit comments

Comments
 (0)