Skip to content

Commit 61f88e4

Browse files
Try with the default token
1 parent d3c02d9 commit 61f88e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
create_upstream_pr:
1212
permissions:
1313
contents: write
14+
pull-requests: write
1415
id-token: write
1516
runs-on: ubuntu-latest
1617
steps:
@@ -58,8 +59,7 @@ jobs:
5859
if: steps.check.outputs.commits_behind != '0'
5960
id: create_pr
6061
env:
61-
GH_TOKEN: ${{ steps.get_token.outputs.token }}
62-
GH_DEBUG: api
62+
GH_TOKEN: ${{ github.token }}
6363
run: |
6464
PR_URL=$(gh pr create \
6565
--title "chore: merge with upstream opentelemetry-demo" \

0 commit comments

Comments
 (0)