Skip to content

Commit d95d6a4

Browse files
authored
Revert "Attempt to fix action permissions again (#1610)"
This reverts commit c8fc46e.
1 parent a6ed462 commit d95d6a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: |
5757
cd ali-bot/alidist
5858
gh pr checkout ${{ inputs.pr }}
59+
env:
60+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5961

6062
- name: Install the latest version of uv
6163
uses: astral-sh/setup-uv@v6
@@ -121,6 +123,8 @@ jobs:
121123
122124
- name: Comment on PR
123125
if: steps.analysis.outputs.untested_count > 0
126+
env:
127+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124128
run: |
125129
UNTESTED_PACKAGES="${{ steps.analysis.outputs.untested_packages }}"
126130
UNTESTED_COUNT="${{ steps.analysis.outputs.untested_count }}"

0 commit comments

Comments
 (0)