Skip to content

Commit 1d944d6

Browse files
Add release workflow for dev
1 parent e9394c7 commit 1d944d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
Supervisely-Release:
1010
uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master
1111
secrets:
12-
SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_PROD_API_TOKEN }}"
12+
SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_DEV_API_TOKEN }}"
1313
GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1414
with:
15-
SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_PROD_SERVER_ADDRESS }}"
15+
SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_DEV_SERVER_ADDRESS }}"
1616
SLUG: "${{ github.repository }}"
1717
RELEASE_VERSION: "${{ github.ref_name }}"
1818
RELEASE_TITLE: "${{ github.ref_name }} branch release"

0 commit comments

Comments
 (0)