Skip to content

Commit ff60443

Browse files
committed
task: update credentials
1 parent 2efe918 commit ff60443

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
- name: Build and Publish Artifact
3232
run: ./gradlew clean publish
3333
env:
34-
GITHUB_USERNAME: ${{ github.actor }}
3534
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ publishing {
4343
url = uri("https://maven.pkg.github.com/ctrl-hub/sdk.kotlin")
4444

4545
credentials {
46-
username = System.getenv("GITHUB_USERNAME")
46+
username = System.getenv("GITHUB_ACTOR")
4747
password = System.getenv("GITHUB_TOKEN")
4848
}
4949
}

0 commit comments

Comments
 (0)