Skip to content

chore(deps): bump sentry from 10.6.0 to 10.7.1 (#237) #44

chore(deps): bump sentry from 10.6.0 to 10.7.1 (#237)

chore(deps): bump sentry from 10.6.0 to 10.7.1 (#237) #44

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 }}