We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9394c7 commit 1d944d6Copy full SHA for 1d944d6
.github/workflows/release_dev.yml
@@ -9,10 +9,10 @@ jobs:
9
Supervisely-Release:
10
uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master
11
secrets:
12
- SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_PROD_API_TOKEN }}"
+ SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_DEV_API_TOKEN }}"
13
GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14
with:
15
- SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_PROD_SERVER_ADDRESS }}"
+ SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_DEV_SERVER_ADDRESS }}"
16
SLUG: "${{ github.repository }}"
17
RELEASE_VERSION: "${{ github.ref_name }}"
18
RELEASE_TITLE: "${{ github.ref_name }} branch release"
0 commit comments