Skip to content

Commit 9a983c3

Browse files
committed
chore(ci): introduce kodein-internal-github-actions
1 parent 42a8228 commit 9a983c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/snapshot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ on:
1313
- './github/**'
1414
- '!./github/workflow/snapshot.yml'
1515

16-
env:
17-
SONATYPE_USERNAME: ${{ secrets.sonatype_username }}
18-
SONATYPE_PASSWORD: ${{ secrets.sonatype_password }}
19-
2016
jobs:
2117
build-upload:
2218
runs-on: macOS-latest
19+
env:
20+
SONATYPE_USERNAME: ${{ secrets.sonatype_username }}
21+
SONATYPE_PASSWORD: ${{ secrets.sonatype_password }}
2322
steps:
2423
- name: Setup
2524
uses: kosi-libs/kodein-internal-github-actions/setup@main

0 commit comments

Comments
 (0)