Skip to content

Merge from upstream #551

Merge from upstream

Merge from upstream #551

name: Merge from upstream
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
merge:
name: Merge from upstream branch
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Connect to Tailscale
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.38.4"
- uses: actions/checkout@v2
with:
ref: webreplay-release
- uses: ./.github/actions/merge-upstream
env:
BUILD_TEST_AUTHORIZATION: ${{ secrets.BUILD_TEST_AUTHORIZATION }}
BUILD_TEST_HOSTNAME: a49855c191a944333918aea7ad31bc76-6a8a830d89921d8a.elb.us-east-2.amazonaws.com
BUILD_TEST_PORT: ${{ secrets.BUILD_TEST_PORT }}
BUILD_TEST_INSECURE: ${{ secrets.BUILD_TEST_INSECURE }}