File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
needs : create-staging-repository
22
22
runs-on : macOS-latest
23
23
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 }}
26
26
GPG_PRIVATE_KEY : ${{ secrets.PGP_SIGNING_KEY }}
27
27
GPG_PRIVATE_PASSWORD : ${{ secrets.PGP_SIGNING_PASSWORD }}
28
28
steps :
Original file line number Diff line number Diff line change 24
24
- instrumentation-tests
25
25
runs-on : macOS-latest
26
26
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 }}
29
29
steps :
30
30
- name : Setup
31
31
uses : kosi-libs/kodein-internal-github-actions/setup@main
You can’t perform that action at this time.
0 commit comments