Skip to content

chore(deps): bump phoenix_live_dashboard from 0.8.3 to 0.8.4 (#235) #41

chore(deps): bump phoenix_live_dashboard from 0.8.3 to 0.8.4 (#235)

chore(deps): bump phoenix_live_dashboard from 0.8.3 to 0.8.4 (#235) #41

Workflow file for this run

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