Skip to content

Rotate push_api_key and update README #168

Rotate push_api_key and update README

Rotate push_api_key and update README #168

Workflow file for this run

name: Main Branch
on:
push:
branches: [main]
jobs:
call-ruby-tests:
name: Ruby Tests
uses: ./.github/workflows/ruby-tests.yml
secrets: inherit
call-fly:
name: Fly
needs: call-ruby-tests
uses: ./.github/workflows/fly.yml
secrets: inherit