Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 87d45b2

Browse files
authored
fix missing environment variables
1 parent 6d38fdf commit 87d45b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: make gradle wrapper executable
3333
run: chmod +x ./gradlew
3434
- name: build
35+
env:
36+
USERNAME: ${{ github.actor }}
37+
TOKEN: ${{ github.token }}
3538
run: ./gradlew build
3639

3740
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in

0 commit comments

Comments
 (0)