Skip to content

Commit

Permalink
add to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Apr 27, 2024
1 parent 0c468f4 commit 66e8f0d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Crane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: Crane

compose_store_password: ${{ secrets.compose_store_password }}
compose_key_alias: ${{ secrets.compose_key_alias }}
compose_key_password: ${{ secrets.compose_key_password }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/JetLagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: JetLagged

compose_store_password: ${{ secrets.COMPOSE_STORE_PASSWORD }}
compose_key_alias: ${{ secrets.COMPOSE_KEY_ALIAS }}
compose_key_password: ${{ secrets.COMPOSE_KEY_PASSWORD }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/JetNews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: JetNews

compose_store_password: ${{ secrets.compose_store_password }}
compose_key_alias: ${{ secrets.compose_key_alias }}
compose_key_password: ${{ secrets.compose_key_password }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Jetchat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: Jetchat

compose_store_password: ${{ secrets.compose_store_password }}
compose_key_alias: ${{ secrets.compose_key_alias }}
compose_key_password: ${{ secrets.compose_key_password }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Owl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: Owl

compose_store_password: ${{ secrets.COMPOSE_STORE_PASSWORD }}
compose_key_alias: ${{ secrets.COMPOSE_KEY_ALIAS }}
compose_key_password: ${{ secrets.COMPOSE_KEY_PASSWORD }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Reply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:

env:
SAMPLE_PATH: Reply

compose_store_password: ${{ secrets.COMPOSE_STORE_PASSWORD }}
compose_key_alias: ${{ secrets.COMPOSE_KEY_ALIAS }}
compose_key_password: ${{ secrets.COMPOSE_KEY_PASSWORD }}
jobs:
build:
uses: ./.github/workflows/build-sample.yml
Expand Down

0 comments on commit 66e8f0d

Please sign in to comment.