Skip to content

Commit

Permalink
adding FLY_ORG (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr authored Jan 21, 2025
1 parent 33161ac commit 6b6e974
Show file tree
Hide file tree
Showing 3 changed files with 5,237 additions and 1,683 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
release:
types: [published]
workflow_dispatch:

env:
FLY_ORG: ${{ vars.FLY_ORG }}

jobs:
npm-publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [main]
pull_request:
branches: [main]

env:
FLY_ORG: ${{ vars.FLY_ORG }}

permissions:
actions: write
contents: read
Expand Down
Loading

0 comments on commit 6b6e974

Please sign in to comment.