From 4f20d6cfe29001d44c683018542632526b036dc4 Mon Sep 17 00:00:00 2001 From: Nicklas Utgaard Date: Thu, 14 Nov 2024 12:03:19 +0100 Subject: [PATCH] build(obos): change ownership and publishing to obos infra BREAKING CHANGE: package name changed, and now published to ghpr --- .github/workflows/master.yaml | 3 ++- CODEOWNERS | 1 + package.json | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index a13afee..8102c2f 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -10,6 +10,7 @@ env: permissions: contents: write + packages: write jobs: test-build-publish: @@ -33,4 +34,4 @@ jobs: run: bunx semantic-release env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - NPM_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file + NPM_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..50bc6be --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @code-obos/boligjakt diff --git a/package.json b/package.json index a810269..518658d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@nutgaard/dktp", + "name": "@code-obos/dktp", "version": "0.0.0-development", "description": "A simple cli to interact with Azure ContainerApps with arm/yaml templates", "keywords": [ @@ -10,7 +10,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/nutgaard/dktp" + "url": "https://github.com/code-obos/dktp" }, "main": "./lib/index.js", "bin": { @@ -20,7 +20,7 @@ "lib" ], "publishConfig": { - "access": "public" + "registry": "https://npm.pkg.github.com" }, "author": "Nicklas Utgaard", "license": "MIT",