Skip to content

Commit

Permalink
ci(deploy.yaml): declaring news env var
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDS07 committed Aug 2, 2023
1 parent b436924 commit 90eff37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
env:
PUCLIC_BASE_URL: ${{ vars.PUCLIC_BASE_URL }}
PUCLIC_MY_TWITTER_URL: ${{ vars.PUCLIC_MY_TWITTER_URL }}
PUCLIC_MY_GITHUB_URL: ${{ vars.PUCLIC_MY_GITHUB_URL }}
PUCLIC_MY_LINKEDIN_URL: ${{ vars.PUCLIC_MY_LINKEDIN_URL }}
PUCLIC_MY_EMAIL: ${{ vars.PUCLIC_MY_EMAIL }}

jobs:
deploy:
Expand Down

0 comments on commit 90eff37

Please sign in to comment.