Skip to content

Commit d516daf

Browse files
committed
Add cf token to build step
1 parent 424010d commit d516daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- name: Build with Gradle
8383
run: ./gradlew jar
8484
env:
85+
CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
8586
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
8687
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8788

0 commit comments

Comments
 (0)