File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
actions/https-everywhere-labeller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : ' Alexa Labeller'
22description : ' Label PRs with Top Alexa Labels'
33inputs :
4- repo -token :
4+ github -token :
55 description : ' Token for the repository'
66 required : true
77runs :
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function return_label(rank_num) {
7171
7272// Label PR if Needed
7373async function run ( alexa ) {
74- const token = core . getInput ( 'repo -token' , { required : true } ) ;
74+ const token = core . getInput ( 'github -token' , { required : true } ) ;
7575 const client = new github . GitHub ( token ) ;
7676 const pR = context . payload . pull_request ;
7777
Original file line number Diff line number Diff line change 99 uses : actions/checkout@v2
1010 - uses : ./.github/actions/https-everywhere-labeller
1111 with :
12- repo -token : ${{ secrets.ACTION }}
12+ github -token : ${{ secrets.ACTION }}
You can’t perform that action at this time.
0 commit comments