File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 steps :
4141 - uses : amannn/action-semantic-pull-request@v5
4242 env :
43- GITHUB_TOKEN : ${{ github.token }}
43+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4444` ` `
4545
4646See the [event triggers documentation](#event-triggers) below to learn more about what ` pull_request_target` means.
@@ -139,7 +139,7 @@ jobs:
139139 steps:
140140 - uses: amannn/action-semantic-pull-request@v5
141141 env:
142- GITHUB_TOKEN: ${{ github.token }}
142+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143143 with:
144144 wip: true
145145` ` `
@@ -199,7 +199,7 @@ jobs:
199199 - uses: amannn/action-semantic-pull-request@v5
200200 id: lint_pr_title
201201 env:
202- GITHUB_TOKEN: ${{ github.token }}
202+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
203203
204204 - uses: marocchino/sticky-pull-request-comment@v2
205205 # When the previous steps fails, the workflow would stop. By adding this
You can’t perform that action at this time.
0 commit comments