Skip to content

Commit 4881c19

Browse files
committed
fix nightly.yml
1 parent 3a07067 commit 4881c19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
id: check
4141
env:
4242
DEPENDENCY_REPO_TOKEN: ${{ secrets.DEPENDENCY_REPO_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344
run: |
4445
SOURCE_REF="${{ inputs.source_ref || 'main' }}"
4546
@@ -77,8 +78,6 @@ jobs:
7778
echo "New commits detected, building."
7879
echo "should_build=true" >> "$GITHUB_OUTPUT"
7980
fi
80-
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8281
8382
# ====================================================
8483
# Job 1: 核心构建

0 commit comments

Comments
 (0)