Skip to content

Commit 1855cb4

Browse files
authored
ci(labels): use GITHUB_TOKEN
1 parent 5da4f1d commit 1855cb4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
PR_TITLE: ${{github.event.pull_request.title}}
4040
PR_COMMITS_URL: ${{github.event.pull_request.commits_url}}
4141
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
42-
- name: Authenticate CLI with a PAT
43-
env:
44-
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
45-
if: env.RELEASE_TOKEN != ''
46-
shell: bash
47-
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
4842
- name: Update PR labels
4943
shell: bash
5044
run: |

0 commit comments

Comments
 (0)