Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2022-08-15 20:50:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-08-15 20:50:37 +0900
Commit
bf7cf07cb0e3df9ec08a3bd0f0870207e45f641a
bf7cf07c
1 parent
afd380b6
update repo dispatch token
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
.github/workflows/android.yml
.github/workflows/android.yml
查看文件 @
bf7cf07
...
...
@@ -130,7 +130,7 @@ jobs:
if
:
github.event_name == 'push'
uses
:
peter-evans/repository-dispatch@v2
with
:
token
:
${{ secrets.
REPO_ACCESS
_TOKEN }}
token
:
${{ secrets.
E2E_DISPATCH
_TOKEN }}
repository
:
livekit/e2e-android
event-type
:
client-sdk-android-push
client-payload
:
'
{"ref":
"${{
github.ref
}}",
"sha":
"${{
github.sha
}}"}'
...
...
请
注册
或
登录
后发表评论