Skip to content

Commit

Permalink
自动构建
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Sep 30, 2021
1 parent c15f32b commit f68130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: pppscn/keystore
token: ${{ secrets.TOKEN }} # 连接仓库的token,需要单独配置
token: ${{ secrets.GITHUB_TOKEN }} # 连接仓库的token,需要单独配置
path: keystore # 仓库的根目录名
# 打包release
- name: Build with Gradle
Expand Down

0 comments on commit f68130e

Please sign in to comment.