diff --git a/.env b/.env index 9940dd91..e79018bc 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -SPONSOR=bed-is-all-my-pleasure \ No newline at end of file +SPONSOR=test diff --git a/.github/workflows/porter_preview_env.yml b/.github/workflows/porter_preview_env.yml index bfc8852b..7732e7f2 100644 --- a/.github/workflows/porter_preview_env.yml +++ b/.github/workflows/porter_preview_env.yml @@ -29,17 +29,17 @@ jobs: uses: porter-dev/porter-preview-action@v0.2.1 with: action_id: ${{ github.run_id }} - cluster: "1" - host: https://5c24-131-239-192-194.ngrok.io - installation_id: "30668812" + cluster: "121" + host: https://dashboard.staging.getporter.dev + installation_id: "20775582" namespace: pr-${{ github.event.inputs.pr_number }}-js-test-app pr_branch_from: ${{ github.event.inputs.pr_branch_from }} pr_branch_into: ${{ github.event.inputs.pr_branch_into }} pr_id: ${{ github.event.inputs.pr_number }} pr_name: ${{ github.event.inputs.pr_title }} - project: "1" + project: "29" repo_name: js-test-app - repo_owner: portersupport - token: ${{ secrets.PORTER_PREVIEW_1_1 }} + repo_owner: porter-dev + token: ${{ secrets.PORTER_PREVIEW_PRODUCTION_29_121 }} concurrency: group: ${{ github.workflow }}-${{ github.event.inputs.pr_number }}