Skip to content

Commit c8fc46e

Browse files
authored
Attempt to fix action permissions again (#1610)
It still can fail sometimes
1 parent a253e20 commit c8fc46e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check-untested-packages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
run: |
5757
cd ali-bot/alidist
5858
gh pr checkout ${{ inputs.pr }}
59-
env:
60-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
6260
- name: Install the latest version of uv
6361
uses: astral-sh/setup-uv@v6
@@ -123,8 +121,6 @@ jobs:
123121
124122
- name: Comment on PR
125123
if: steps.analysis.outputs.untested_count > 0
126-
env:
127-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128124
run: |
129125
UNTESTED_PACKAGES="${{ steps.analysis.outputs.untested_packages }}"
130126
UNTESTED_COUNT="${{ steps.analysis.outputs.untested_count }}"

0 commit comments

Comments
 (0)