Skip to content

Commit

Permalink
added region and org
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr committed Dec 4, 2024
1 parent ca8d5bb commit 03e99d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches: [main]
pull_request:
branches: [main]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_ORG: ${{ vars.FLY_ORG }}
FLY_REGION: ${{ vars.FLY_REGION }}

permissions:
actions: write
contents: read
Expand Down

0 comments on commit 03e99d6

Please sign in to comment.