Skip to content

Commit 6578a1a

Browse files
authored
Merge pull request #149 from magiclabs/jerry/emb-224-consolidate-frontend-gh-token
update token
2 parents 9f14095 + 71a39ea commit 6578a1a

3 files changed

Lines changed: 368 additions & 599 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
with:
15-
token: ${{ secrets.ADMIN_TOKEN }}
15+
token: ${{ secrets.FRONTEND_GH_TOKEN }}
1616

1717
- name: Prepare repository
1818
run: git fetch --unshallow --tags
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Create Release
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.FRONTEND_GH_TOKEN }}
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
run: |
3434
yarn install --frozen-lockfile

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"clean": "npm-run-all -s clean:*",
3030
"clean:test-artifacts": "rimraf coverage",
3131
"clean:build": "rimraf dist",
32-
"clean_node_modules": "rimraf node_modules",
33-
"prepare": "husky install"
32+
"clean_node_modules": "rimraf node_modules"
3433
},
3534
"devDependencies": {
3635
"@istanbuljs/nyc-config-typescript": "^1.0.2",
@@ -47,7 +46,6 @@
4746
"eslint-plugin-import": "^2.32.0",
4847
"eslint-plugin-jsx-a11y": "^6.10.2",
4948
"eslint-plugin-prettier": "^5.5.4",
50-
"husky": "^9.1.7",
5149
"jest": "^30.1.3",
5250
"lint-staged": "^16.1.6",
5351
"npm-run-all": "~4.1.5",

0 commit comments

Comments
 (0)