From cbbc520331ba3089966a4d1c081e7641e32eda4a Mon Sep 17 00:00:00 2001 From: alianides Date: Wed, 31 Jul 2024 18:24:15 +0000 Subject: [PATCH] included new arguements --- .github/workflows/planetary-computer-plugin-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/planetary-computer-plugin-test.yaml b/.github/workflows/planetary-computer-plugin-test.yaml index 2ba5d87..2e15328 100644 --- a/.github/workflows/planetary-computer-plugin-test.yaml +++ b/.github/workflows/planetary-computer-plugin-test.yaml @@ -27,6 +27,8 @@ jobs: APP_NAME: vth PLUGIN_NAME: planetary-computer-vth-plugin WORKFLOW_AGENT: ubuntu-latest + DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json + REPO_DIR: datagenerators/planetary-computer/plugin secrets: GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }} GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }} @@ -45,6 +47,8 @@ jobs: APP_NAME: vth PLUGIN_NAME: planetary-computer-vth-plugin WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64 + DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json + REPO_DIR: ./datagenerators/planetary-computer/plugin secrets: GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }} GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}