Skip to content

Commit

Permalink
packages permission
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Feb 27, 2024
1 parent 833a189 commit 78a313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
checks: write
statuses: write
contents: write
packages: write

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ nmcp {
password = findProperty("mavenCentralPassword") as? String
publicationType = "AUTOMATIC"
}
}
}

0 comments on commit 78a313f

Please sign in to comment.