Skip to content

Configure Renovate

Configure Renovate #4

name: 'Publish Graph to Current'
on:
pull_request:
branches:
- main
jobs:
publish-graph:
name: Publish Graph
runs-on: ubuntu-latest
env:
APOLLO_KEY: ${{secrets.APOLLO_KEY}}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Publish Graph
run: yarn apollo:rover:current