This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,16 @@ permissions:
1010 contents : read
1111 id-token : write # required for GCP Workload Identity federation which we use to login into Google Artifact Registry
1212
13+ permissions :
14+ contents : read
15+ id-token : write # required for GCP Workload Identity federation which we use to login into Google Artifact Registry
16+ issues : write
17+ pull-requests : write
18+ checks : write
19+
1320jobs :
1421 lint :
1522 runs-on : ubuntu-latest
16-
1723 steps :
1824 - uses : actions/checkout@v4
1925
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ auto-install-peers=true
22strict-peer-dependencies = false
33registry = https://registry.npmjs.org
44node-linker = hoisted
5+ @aptos-internal:registry = https://us-npm.pkg.dev/aptos-registry/npm/
6+ //us-npm.pkg.dev/aptos-registry/npm/:always-auth = true
7+ @jsr:registry = https://npm.jsr.io
Original file line number Diff line number Diff line change 11@aptos-internal:registry = https://us-npm.pkg.dev/aptos-registry/npm/
22//us-npm.pkg.dev/aptos-registry/npm/:always-auth = true
3+ @jsr:registry = https://npm.jsr.io
Original file line number Diff line number Diff line change 1515 "start" : " next start -p 3030" ,
1616 "types:check" : " tsc --noEmit" ,
1717 "fmt" : " prettier --write '**/*.(css|tsx|ts|jsx|js|cjs|mjs|json|md|html)'" ,
18- "lint" : " prettier --check '**/*.(css|tsx|ts|jsx|js|cjs|mjs|json|md|html)'"
18+ "lint" : " prettier --check '**/*.(css|tsx|ts|jsx|js|cjs|mjs|json|md|html)" ,
19+ "artifactregistry-login" : " pnpm dlx google-artifactregistry-auth"
1920 },
2021 "dependencies" : {
2122 "@aptos-internal/api-gateway-admin-api-client" : " 4.1.0" ,
You can’t perform that action at this time.
0 commit comments