Skip to content

Commit

Permalink
Add cleanup-preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 1, 2024
1 parent f179d86 commit b50320a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
types: [closed]

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} # You can generate a Fly API token in your account settings

jobs:
delete-preview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b50320a

Please sign in to comment.