Skip to content

Commit

Permalink
Use fine grained token for component-owners.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jul 31, 2024
1 parent 6c87a43 commit b688b64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/component-owners.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Component owners
on:
workflow_dispatch:
# pull_request_target:
pull_request_target:

jobs:
run_self:
Expand All @@ -15,5 +14,5 @@ jobs:
- uses: dyladan/[email protected]
with:
config-file: .github/component-owners.yml
repo-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
repo-token: ${{ secrets.OPENTELEMETRYBOT_OPENTELEMETRY_IO_PAT }}
assign-owners: false

0 comments on commit b688b64

Please sign in to comment.