Skip to content

Commit 8c4ef42

Browse files
authored
Set GH_TOKEN
1 parent 3a61439 commit 8c4ef42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
- name: Test
2929
run: ./gradlew testDebugUnitTest
3030

31+
# Use GH_TOKEN to retrieve default branch name of lineage
3132
- name: Make dicts
3233
run: ./gradlew generateAsciiDict generateEmojiDict
34+
env:
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3336

3437
- name: Build
3538
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)