Skip to content

Commit

Permalink
Set as env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Apr 29, 2024
1 parent f773695 commit afd7687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
matrix:
flavors:
- name: sonic
env: MINI_LAB_FLAVOR=sonic
- name: cumulus
env: MINI_LAB_FLAVOR=cumulus

steps:
- name: Gain back workspace permissions # https://github.com/actions/checkout/issues/211
Expand All @@ -42,6 +40,7 @@ jobs:
make integration-deployment
make integration-ansible-modules
env:
MINI_LAB_FLAVOR: ${{ matrix.flavors.name }}
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}

Expand Down

0 comments on commit afd7687

Please sign in to comment.