Skip to content

Commit 6006577

Browse files
authored
use action's github token
1 parent 1de91ca commit 6006577

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/language-detection-and-assignment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Language Detection and Assignment
33
on:
44
pull_request:
55
branches: [main]
6-
7-
env:
8-
GH_TOKEN: ${{ secrets.GH_AP_TOKEN }}
6+
permissions:
7+
pull-requests: write
98
jobs:
109
detect-and-assign:
1110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)