davidliu
Committed by GitHub

update repo dispatch token

@@ -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 }}"}'