Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

build(deps): Bump cryptography from 41.0.5 to 41.0.6 #55

build(deps): Bump cryptography from 41.0.5 to 41.0.6

build(deps): Bump cryptography from 41.0.5 to 41.0.6 #55

Workflow file for this run

name: PR review apps on fly.io
on:
pull_request:
types: [opened, reopened, synchronize, closed]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_REGION: iad
FLY_ORG: personal
jobs:
staging_app:
runs-on: ubuntu-latest
concurrency:
group: pr-${{ github.event.number }}
environment:
name: yourip-pr-${{ github.event.number }}
url: ${{ steps.deploy.outputs.url }}
steps:
- uses: actions/checkout@v4
- name: Deploy
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
- name: Clean up GitHub environment
uses: strumwolf/delete-deployment-environment@v2
if: ${{ github.event.action == 'closed' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: yourip-pr-${{ github.event.number }}