正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -130,7 +130,7 @@ jobs: | @@ -130,7 +130,7 @@ jobs: | ||
| 130 | if: github.event_name == 'push' | 130 | if: github.event_name == 'push' |
| 131 | uses: peter-evans/repository-dispatch@v2 | 131 | uses: peter-evans/repository-dispatch@v2 |
| 132 | with: | 132 | with: |
| 133 | - token: ${{ secrets.REPO_ACCESS_TOKEN }} | 133 | + token: ${{ secrets.E2E_DISPATCH_TOKEN }} |
| 134 | repository: livekit/e2e-android | 134 | repository: livekit/e2e-android |
| 135 | event-type: client-sdk-android-push | 135 | event-type: client-sdk-android-push |
| 136 | - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' | ||
| 136 | + client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |
-
请 注册 或 登录 后发表评论