File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
WORKFLOW_NAME : ${{ github.workflow }}
35
35
WORKFLOW_RUN_ID : ${{ github.run_id }}
36
36
SCRIPT_DIR : ${{ github.workspace }}/asterisk-ci-actions/scripts
37
- GH_TOKEN : ${{ secrets.github_token }}
37
+ GH_TOKEN : ${{ github.token }}
38
38
LOG_DIR : ${{ github.workspace }}/logs
39
39
ACTIONS_OWNER : asterisk
40
40
ACTIONS_REPO : asterisk-ci-actions
Original file line number Diff line number Diff line change 34
34
WORKFLOW_NAME : ${{ github.workflow }}
35
35
WORKFLOW_RUN_ID : ${{ github.run_id }}
36
36
SCRIPT_DIR : ${{ github.workspace }}/asterisk-ci-actions/scripts
37
- GH_TOKEN : ${{ secrets.github_token }}
37
+ GH_TOKEN : ${{ github.token }}
38
38
LOG_DIR : ${{ github.workspace }}/logs
39
39
ACTIONS_OWNER : asterisk
40
40
ACTIONS_REPO : asterisk-ci-actions
Original file line number Diff line number Diff line change 31
31
BASE_BRANCH : ${{ github.event.pull_request.base.ref }}
32
32
WORKFLOW_NAME : ${{ github.workflow }}
33
33
WORKFLOW_RUN_ID : ${{ github.run_id }}
34
+ GH_TOKEN : ${{ github.token }}
34
35
35
36
jobs :
36
37
PRChanged :
You can’t perform that action at this time.
0 commit comments