Skip to content

Commit f35adeb

Browse files
committed
chore: fix GA config
1 parent 35f94b7 commit f35adeb

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
registries:
8-
npm-github:
9-
type: npm-registry
10-
url: https://npm.pkg.github.com/ScribeLabsAI
11-
token: ${{ secrets.PATFORRELEASE }}
12-
replaces-base: true
137
updates:
148
- package-ecosystem: 'npm' # See documentation for possible values
159
directory: '/' # Location of package manifests

.github/workflows/release-please.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-node@v6
2626
with:
2727
node-version: 22.x
28-
registry-url: 'https://registry.npmjs.org/'
29-
scope: '@scribelabsai'
3028
- name: Update npm
3129
run: npm install -g npm@latest
3230
- name: Install deps

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 22.x
22-
registry-url: 'https://npm.pkg.github.com'
23-
scope: '@scribelabsai'
2422
- name: Install deps
2523
run: npm install
2624
env:

0 commit comments

Comments
 (0)