From b15025b6012505e262a150f843caaeaa8f59d8e8 Mon Sep 17 00:00:00 2001 From: NikolaiPetukhov Date: Tue, 27 Jun 2023 13:24:38 -0300 Subject: [PATCH] Add release workflow for dev --- .github/workflows/release_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index c14d2b7..e7891ee 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -9,10 +9,10 @@ jobs: Supervisely-Release: uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master secrets: - SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_PROD_API_TOKEN }}" + SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_DEV_API_TOKEN }}" GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: - SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_PROD_SERVER_ADDRESS }}" + SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_DEV_SERVER_ADDRESS }}" SLUG: "${{ github.repository }}" RELEASE_VERSION: "${{ github.ref_name }}" RELEASE_TITLE: "${{ github.ref_name }} branch release"