Skip to content

Commit

Permalink
chore(pr-fly-deploy.yml): add GITHUB_REPOSITORY_NAME environment vari…
Browse files Browse the repository at this point in the history
…able

The GITHUB_REPOSITORY_NAME environment variable is added to the workflow configuration file. This variable is set to 'yourip' to specify the GitHub repository name. This change is made to provide more context and flexibility within the workflow.
  • Loading branch information
mauvehed committed May 21, 2024
1 parent b8bf490 commit 11c58e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_REGION: iad
FLY_ORG: personal
GITHUB_REPOSITORY_NAME: yourip

jobs:
staging_app:
Expand Down

0 comments on commit 11c58e9

Please sign in to comment.