Skip to content

Commit 99f7de8

Browse files
authored
Merge pull request #1 from code-obos/obosify
build(obos): change ownership and publishing to obos infra
2 parents c2f7507 + 4f20d6c commit 99f7de8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/master.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010

1111
permissions:
1212
contents: write
13+
packages: write
1314

1415
jobs:
1516
test-build-publish:
@@ -33,4 +34,4 @@ jobs:
3334
run: bunx semantic-release
3435
env:
3536
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
37+
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @code-obos/boligjakt

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nutgaard/dktp",
2+
"name": "@code-obos/dktp",
33
"version": "0.0.0-development",
44
"description": "A simple cli to interact with Azure ContainerApps with arm/yaml templates",
55
"keywords": [
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/nutgaard/dktp"
13+
"url": "https://github.com/code-obos/dktp"
1414
},
1515
"main": "./lib/index.js",
1616
"bin": {
@@ -20,7 +20,7 @@
2020
"lib"
2121
],
2222
"publishConfig": {
23-
"access": "public"
23+
"registry": "https://npm.pkg.github.com"
2424
},
2525
"author": "Nicklas Utgaard",
2626
"license": "MIT",

0 commit comments

Comments
 (0)