Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 5, 2024
1 parent e02eec4 commit cbe0a8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install
name: Install packages
env:
NODE_AUTH_TOKEN: ${{secrets.GHPR_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.AUTOMATOR_DEVOPS_PAT}}
- run: npm run test
publish:
name: "Build and publish package"
Expand All @@ -33,10 +33,10 @@ jobs:
scope: '@openaip'
- run: npm install
env:
NODE_AUTH_TOKEN: ${{secrets.GHPR_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.AUTOMATOR_DEVOPS_PAT}}
- run: npm run build
env:
NODE_AUTH_TOKEN: ${{secrets.GHPR_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.AUTOMATOR_DEVOPS_PAT}}
- id: bump-version
uses: phips28/gh-action-bump-version@master
name: Bump package version
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- run: npm publish --access public
name: Publish to GitHub Package Registry
env:
NODE_AUTH_TOKEN: ${{secrets.GHPR_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.AUTOMATOR_DEVOPS_PAT}}
# publish to NPM for public access
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cbe0a8e

Please sign in to comment.