Skip to content

Commit 293db7e

Browse files
committed
chore: update env access
1 parent dca627d commit 293db7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-BrigadiKt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Publish package
3232
run: ./gradlew publish --stacktrace
3333
env:
34-
FRUXZ_DEV_USER: ${{ secrets.FRUXZ_DEV_USER }}
35-
FRUXZ_DEV_SECRET: ${{ secrets.FRUXZ_DEV_SECRET }}
34+
FXZ_NEXUS_USER: ${{ secrets.FXZ_NEXUS_USER }}
35+
FXZ_NEXUS_SECRET: ${{ secrets.FXZ_NEXUS_SECRET }}
3636
GH_RELEASE_VERSION: ${{ env.VERSION }}
3737
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
GH_USERNAME: ${{ github.actor }}

0 commit comments

Comments
 (0)