Skip to content

Commit a4d85e8

Browse files
authored
Merge pull request #3 from RedStarMC/pingguomc-patch-1
fix: Token 错误
2 parents 1d62533 + 299c216 commit a4d85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Publish package
3434
run: ./gradlew publish
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)