We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ee785 commit dfbd607Copy full SHA for dfbd607
.github/workflows/check-pr.yml
@@ -3,8 +3,6 @@ name: "Check PR"
3
on: pull_request
4
5
permissions:
6
- actions: write
7
- contents: write
8
pull-requests: write
9
10
jobs:
@@ -39,12 +37,6 @@ jobs:
39
37
PR_TITLE: ${{github.event.pull_request.title}}
40
38
PR_COMMITS_URL: ${{github.event.pull_request.commits_url}}
41
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
48
- name: Update PR labels
49
shell: bash
50
run: |
0 commit comments