Skip to content

Commit

Permalink
fix: use opentelemetrybot token for forking
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jul 29, 2024
1 parent 3fe1f20 commit fea0e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-or-update-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Fork
run: gh repo fork open-telemetry/opentelemetry-js
env:
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fea0e64

Please sign in to comment.