Skip to content

Commit 5ec0ed3

Browse files
author
Anuraag Agrawal
authored
Use correct name for bintray api key (#1570)
1 parent b680ece commit 5ec0ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/patch-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
arguments: final --stacktrace -Prelease.version=${{ github.event.inputs.version }}
7878
env:
7979
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
80-
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
80+
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
8181
GRGIT_USER: ${{ github.actor }}
8282
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: ./gradlew final --stacktrace -Prelease.version=${{ github.event.inputs.version }} --info
2626
env:
2727
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
28-
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
28+
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
2929
GRGIT_USER: ${{ github.actor }}
3030
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)