Skip to content

chore(books): add get_book!/1 (#354) #120

chore(books): add get_book!/1 (#354)

chore(books): add get_book!/1 (#354) #120

Workflow file for this run

name: Push
on:
push:
branches: [main]
jobs:
validate:
uses: ./.github/workflows/test.yml
deploy:
needs: validate
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/composite/deploy
with:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}