Skip to content

Commit c34f8d7

Browse files
author
André Bernardino
committed
Reduce environment variables
1 parent ee108a2 commit c34f8d7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build_publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
env:
3232
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
3333
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
34-
DEVELOPER_ID: ${{ secrets.DEVELOPER_ID }}
35-
DEVELOPER_NAME: ${{ secrets.DEVELOPER_NAME }}
3634
DEVELOPER_EMAIL: ${{ secrets.DEVELOPER_EMAIL }}
3735
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
3836
run: |

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ publishing {
100100

101101
developers {
102102
developer {
103-
id = System.getenv('DEVELOPER_ID')
104-
name =System.getenv('DEVELOPER_NAME')
103+
id = 'reducktion'
104+
name = 'Reducktion'
105105
email = System.getenv('DEVELOPER_EMAIL')
106106
}
107107
}

0 commit comments

Comments
 (0)