Skip to content

Commit

Permalink
pass env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul committed May 7, 2024
1 parent d5b403a commit 070f858
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository != 'kevinschaul/jump-start-template' }}
env:
JUMP_START_GITHUB_USERNAME: ${{ github.repository_owner }}
JUMP_START_GITHUB_REPO: ${{ github.event.repository.name }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 070f858

Please sign in to comment.