diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 7f8b0db..6ecba8b 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -32,6 +32,7 @@ jobs: SUPER_SECRET: ${{ gitea.token }} run: | echo "${{toJSON(gitea)}}" + echo $SUPER_SECRET java -jar com.mingliqiye.gitea.releases-1.0.jar -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -t "Auto Releases" -r ${{gitea.event.repository.name}} -t "$SUPER_SECRET" -ti "Auto releases ${{gitea.sha}}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" tn "Auto Releases" -a "build/libs"