From c7e974bcbb960ba5fe44e2b7135e34d464d6c6db Mon Sep 17 00:00:00 2001 From: Jon Jagger Date: Thu, 14 Dec 2023 08:49:56 +0000 Subject: [PATCH] Run ci workflow sending to cyber-dojo-trails org on staging (#20) --- ...ging_trails.yml.ready => main_staging_trails.yml} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{main_staging_trails.yml.ready => main_staging_trails.yml} (90%) diff --git a/.github/workflows/main_staging_trails.yml.ready b/.github/workflows/main_staging_trails.yml similarity index 90% rename from .github/workflows/main_staging_trails.yml.ready rename to .github/workflows/main_staging_trails.yml index 61b8f67..da576c6 100644 --- a/.github/workflows/main_staging_trails.yml.ready +++ b/.github/workflows/main_staging_trails.yml @@ -10,7 +10,7 @@ env: KOSLI_HOST: https://staging.app.kosli.com KOSLI_ORG: cyber-dojo-trails KOSLI_FLOW: ${{ vars.KOSLI_FLOW }} - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} jobs: @@ -32,7 +32,7 @@ jobs: needs: [variables] uses: ./.github/workflows/trails/sub_create_kosli_flow.yml secrets: - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} with: KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }} KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }} @@ -66,7 +66,7 @@ jobs: needs: [variables, wait-for-image] uses: ./.github/workflows/trails/sub_test.yml secrets: - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }} @@ -77,7 +77,7 @@ jobs: needs: [variables, test] uses: ./.github/workflows/sub_sdlc_gate.yml secrets: - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} with: KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }} KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }} @@ -87,7 +87,7 @@ jobs: needs: [variables, sdlc-gate] uses: ./.github/workflows/sub_approve_deployment.yml secrets: - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} with: KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }} KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }} @@ -98,7 +98,7 @@ jobs: needs: [variables, approve-deployment-to-beta] uses: ./.github/workflows/sub_approve_deployment.yml secrets: - KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }} + KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }} with: KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }} KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }}