Skip to content

Commit 467da7d

Browse files
committed
v6
1 parent b550a05 commit 467da7d

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,14 @@ jobs:
3333
uses: burrunan/gradle-cache-action@v2
3434

3535

36-
- name: Check GITHUB_TOKEN injection
37-
run: |
38-
echo "GITHUB_TOKEN is set? ${GITHUB_TOKEN:+yes}"
39-
echo "GITHUB_ACTOR is set? ${GITHUB_ACTOR:+yes}"
36+
37+
38+
- name: Build
4039
env:
4140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4241
GITHUB_ACTOR: ${{ github.actor }}
42+
run: ./gradlew build clean
4343

44-
# - name: Build
45-
# env:
46-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
# run: ./gradlew build clean
4844

4945
- name: Setup Node.js
5046
uses: actions/setup-node@v4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.caching = true
33
kotlin.code.style = official
44
version = 1.0.4
55
gpr.user = HZbutcoding
6-
gpr.key = none
6+
gpr.key = secrets.GITHUB_TOKEN

0 commit comments

Comments
 (0)