We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698dcaf commit 2dded57Copy full SHA for 2dded57
1 file changed
.github/workflows/ci.yml
@@ -337,6 +337,7 @@ jobs:
337
name: devolutions-gateway-web-ui
338
runs-on: ubuntu-latest
339
needs: preflight
340
+ environment: artifactory-ci # for NPM token secret
341
342
# DEVOLUTIONSBOT_TOKEN is a repository secret, and it can’t be used by PRs originating from forks.
343
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
@@ -403,6 +404,7 @@ jobs:
403
404
405
406
407
408
409
steps:
410
- name: Checkout ${{ github.repository }}
0 commit comments