Skip to content

Commit

Permalink
Merge pull request #46 from zowe/users/mergev3master
Browse files Browse the repository at this point in the history
updated workflow
  • Loading branch information
MarkAckert authored Oct 30, 2024
2 parents 5be6314 + 816a7d0 commit 6b5877c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Build and Test Workflow
permissions:
id-token: write
issues: write
pull-requests: write
contents: write
on:
push:
branches:
- master
- v3.x/master
pull_request:
types: [opened, synchronize]
workflow_dispatch:
Expand Down Expand Up @@ -62,15 +67,16 @@ jobs:
- name: '[Prep 5] Setup Node'
uses: actions/setup-node@v2
with:
node-version: 10.18.1
node-version: 16.15.0

- name: '[Setup] NodeJS project setup'
uses: zowe-actions/nodejs-actions/setup@main
with:
package-name: 'org.zowe.explorer-fvt-utilities'
publish-registry-email: ${{ secrets.NPM_PRIVATE_REGISTRY_EMAIL }}
publish-registry-username: ${{ secrets.NPM_PRIVATE_REGISTRY_USERNAME }}
publish-registry-password: ${{ secrets.NPM_PRIVATE_REGISTRY_PASSWORD }}
publish-registry-email: ${{ secrets.ZOWE_ROBOT_EMAIL }}
publish-registry-username: ${{ secrets.ARTIFACTORY_USERNAME }}
publish-registry-password: ${{ secrets.ARTIFACTORY_PASSWORD }}


- name: '[Build] Nodejs project build'
run: npm run build
Expand Down

0 comments on commit 6b5877c

Please sign in to comment.