Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

permissions:
contents: write
packages: write

jobs:
test-build-publish:
Expand All @@ -33,4 +34,4 @@ jobs:
run: bunx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @code-obos/boligjakt
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand All @@ -20,7 +20,7 @@
"lib"
],
"publishConfig": {
"access": "public"
"registry": "https://npm.pkg.github.com"
},
"author": "Nicklas Utgaard",
"license": "MIT",
Expand Down