From 070f858c361f0d9dceb14dacceb699b67f72a6c8 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Tue, 7 May 2024 12:21:54 -0500 Subject: [PATCH] pass env variables --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97cc417..90f7863 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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