File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
description : ' The pull request number to process.'
11
11
required : true
12
12
type : string
13
- its_a_token :
14
- description : ' The GitHub token to use for authentication.'
15
- required : true
16
- type : string
13
+ # its_a_token:
14
+ # description: 'The GitHub token to use for authentication.'
15
+ # required: true
16
+ # type: string
17
17
18
18
# Cancels all previous workflow runs for pull requests that have not completed.
19
19
concurrency :
95
95
steps :
96
96
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
97
97
env :
98
- GITHUB_TOKEN : ${{ inputs.its_a_token }}
98
+ # GITHUB_TOKEN: ${{ inputs.its_a_token }}
99
99
ACTIONS_STEP_DEBUG : true
100
100
with :
101
101
script : |
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
ref: 'trunk',
135
135
inputs: {
136
136
pr_number: '${{ github.event.number }}',
137
- its_a_token: '${{ secrets.GITHUB_TOKEN }}'
137
+ // its_a_token: '${{ secrets.GITHUB_TOKEN }}'
138
138
}
139
139
});
140
140
You can’t perform that action at this time.
0 commit comments