Skip to content

Commit

Permalink
Use reg parm
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 17, 2023
1 parent 96371d3 commit c367823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ibmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm i -g @ibm/ibmi-ci
- run: npm i -g @ibm/ibmi-ci --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit c367823

Please sign in to comment.