Skip to content

Commit c59ee38

Browse files
committed
build: update publication
1 parent e5f783e commit c59ee38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
needs: create-staging-repository
2222
runs-on: macOS-latest
2323
env:
24-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
25-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
24+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_TOKEN_USER }}
25+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
2626
GPG_PRIVATE_KEY: ${{ secrets.PGP_SIGNING_KEY }}
2727
GPG_PRIVATE_PASSWORD: ${{ secrets.PGP_SIGNING_PASSWORD }}
2828
steps:

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- instrumentation-tests
2525
runs-on: macOS-latest
2626
env:
27-
SONATYPE_USERNAME: ${{ secrets.sonatype_username }}
28-
SONATYPE_PASSWORD: ${{ secrets.sonatype_password }}
27+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_TOKEN_USER }}
28+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
2929
steps:
3030
- name: Setup
3131
uses: kosi-libs/kodein-internal-github-actions/setup@main

0 commit comments

Comments
 (0)