Skip to content

Commit ed7d032

Browse files
authored
Use fine grained token for component-owners.yml (#4924)
1 parent edceefe commit ed7d032

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/component-owners.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Component owners
22
on:
3-
workflow_dispatch:
4-
# pull_request_target:
3+
pull_request_target:
54

65
jobs:
76
run_self:
@@ -15,5 +14,5 @@ jobs:
1514
- uses: dyladan/[email protected]
1615
with:
1716
config-file: .github/component-owners.yml
18-
repo-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
17+
repo-token: ${{ secrets.OPENTELEMETRYBOT_OPENTELEMETRY_IO_PAT }}
1918
assign-owners: false

0 commit comments

Comments
 (0)