Skip to content

Commit

Permalink
Merge pull request #222 from bitflight-devops/ci/remove-yarn-yml
Browse files Browse the repository at this point in the history
Ci/remove-yarn-yml
  • Loading branch information
Jamie-BitFlight authored Oct 14, 2023
2 parents 9db93f7 + 625baa8 commit 630780a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 66 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/create_npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
SKIP_PREFLIGHT_CHECK: true
steps:
Expand Down Expand Up @@ -120,3 +119,6 @@ jobs:
- run: npm run build --if-present

- run: npx --yes semantic-release@latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# package-lock=false
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
scope=@bitflight-devops
access=public
bitflight-devops:registry=https://registry.npmjs.org/
always-auth=true
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
# always-auth=true
merge-git-branch-lockfiles-branch-pattern[]=main
merge-git-branch-lockfiles-branch-pattern[]=release*
use-node-version=20.7.0
Expand Down
61 changes: 0 additions & 61 deletions .yarnrc.yml

This file was deleted.

0 comments on commit 630780a

Please sign in to comment.