Skip to content

chore(DIA-942): test auth2 login welcome step (#11183) #1946

chore(DIA-942): test auth2 login welcome step (#11183)

chore(DIA-942): test auth2 login welcome step (#11183) #1946

Workflow file for this run

# CircleCI doesn't automatically run builds on the beta branch (only main and PRs)
# so this is a github action to force it to do so.
name: ZZ-Cross-CI Trigger beta Android release
on:
push:
branches: [beta-android]
permissions:
contents: read
jobs:
build:
permissions:
contents: none
runs-on: ubuntu-latest
steps:
- name: Trigger release
run: |
curl \
-X POST \
--header "Content-Type: application/json" \
-d '{"branch": "beta-android"}' \
https://circleci.com/api/v1.1/project/github/artsy/eigen/build?circle-token=${{ secrets.CircleToken }}