Skip to content

Commit

Permalink
ABOR-20: ZS_PAT -> DAZLAB_PAT, dazlab -> dazlab-team
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacemaksatdazlabio committed Aug 13, 2024
1 parent 0592efe commit 183fa28
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ assigned, opened, synchronize, reopened, labeled ]

env:
ZS_PAT: ${{ secrets.GITHUB_TOKEN }}
DAZLAB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*.*.*' # push to versioned tag will trigger this build

env:
ZS_PAT: ${{ secrets.GITHUB_TOKEN }}
DAZLAB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//npm.pkg.github.com/:_authToken=${ZS_PAT}
@dazlab:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${DAZLAB_PAT}
@dazlab-team:registry=https://npm.pkg.github.com/
always-auth=true
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npmScopes:
dazlab:
dazlab-team:
npmRegistryServer: "https://npm.pkg.github.com"
npmAuthToken: ${ZS_PAT:-fallback}
npmAuthToken: ${DAZLAB_PAT:-fallback}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@dazlab/eslint-config",
"name": "@dazlab-team/eslint-config",
"version": "0.0.1",
"license": "UNLICENSED",
"description": "Shared ESLint Configuration Package",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/dazlab/eslint-config.git"
"url": "https://github.com/dazlab-team/eslint-config.git"
},
"files": [
"index.js",
Expand All @@ -30,7 +30,7 @@
"fix": "eslint --fix .",
"prettier": "npx prettier --write ."
},
"prettier": "@dazlab/prettier-config",
"prettier": "@dazlab-team/prettier-config",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/node": "^16.11.7",
"@dazlab/prettier-config": "^0.0.1",
"@dazlab-team/prettier-config": "^0.0.1",
"typescript": ">=4 <5"
}
}

0 comments on commit 183fa28

Please sign in to comment.