From 3c2a73fbf302bfc55fea537634c5dd4bfe7f3173 Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 4 Dec 2021 13:40:11 -0500 Subject: [PATCH] require signoff --- .github/workflows/mal_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mal_ci.yml b/.github/workflows/mal_ci.yml index 696dbb8e..df08340a 100644 --- a/.github/workflows/mal_ci.yml +++ b/.github/workflows/mal_ci.yml @@ -16,6 +16,7 @@ jobs: java: [8, 11, 17] fail-fast: false max-parallel: 1 + environment: MyAnimeList CI steps: - name: 📤 Checkout Repository uses: actions/checkout@v2.4.0 @@ -38,4 +39,4 @@ jobs: echo ${{ secrets.MAL_TOKEN }} > src/test/java/resources/token.txt - name: ✔ Test with Maven - run: mvn test -fae --no-transfer-progress \ No newline at end of file + run: mvn test -fae --no-transfer-progress