Skip to content

Commit

Permalink
get IBEXA_PROJECT in as env
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 11, 2024
1 parent 5763400 commit c7e6b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
environment: base
env:
IBEXA_CLI_TOKEN: ${{ secrets.IBEXA_CLI_TOKEN }}
# IBEXA_PROJECT and IBEXA_ENVIRONMENT are automatically inherited
IBEXA_PROJECT: ${{ vars.IBEXA_PROJECT }}
steps:
- name: environment check
run: |
echo "IBEXA_PROJECT=${IBEXA_PROJECT} IBEXA_ENVIRONMENT=${IBEXA_ENVIRONMENT}"
echo "IBEXA_PROJECT=${IBEXA_PROJECT}"
- uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
Expand Down

0 comments on commit c7e6b04

Please sign in to comment.