From 21dc2be4f3f2baa944cb3453b75930832870652f Mon Sep 17 00:00:00 2001 From: axb Date: Tue, 5 Dec 2023 22:15:30 +0800 Subject: [PATCH] update github token --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b33a3d538..be5b961ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: steps: # 拉取源码 - uses: actions/checkout@v3 + with: + token: ${{secrets.RELEASE_TOKEN}} - name: Set up Apache Maven Central uses: actions/setup-java@v4 with: