Skip to content

Commit 2dded57

Browse files
authored
ci: use artifactory-ci environment (#1363)
1 parent 698dcaf commit 2dded57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ jobs:
337337
name: devolutions-gateway-web-ui
338338
runs-on: ubuntu-latest
339339
needs: preflight
340+
environment: artifactory-ci # for NPM token secret
340341

341342
# DEVOLUTIONSBOT_TOKEN is a repository secret, and it can’t be used by PRs originating from forks.
342343
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
@@ -403,6 +404,7 @@ jobs:
403404
runs-on: ubuntu-latest
404405
needs: preflight
405406
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
407+
environment: artifactory-ci # for NPM token secret
406408

407409
steps:
408410
- name: Checkout ${{ github.repository }}

0 commit comments

Comments
 (0)