Skip to content

Commit 4c07807

Browse files
Remove env var
1 parent cee4a6a commit 4c07807

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

0 commit comments

Comments
 (0)