Skip to content

Commit

Permalink
修改Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxinping committed Dec 27, 2019
1 parent 1006463 commit 78d1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: 发布到GitHub
uses: ShaunLWM/action-release-debugapk@master
env:
GITHUB_TOKEN: ${{ secrets.SecRet }} # github 项目secert key 名字必须和设置的一致, 并且token具有相关权限
GITHUB_TOKEN: ${{ secrets.CXP_PlayAndroid }} # github 项目secert key 名字必须和设置的一致, 并且token具有相关权限
APP_FOLDER: app
RELEASE_TITLE: Version 0.6.0 # 版本名称

0 comments on commit 78d1006

Please sign in to comment.