From bdffb503757d6392de8d0f68ec37c1d122f3b25d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 8 Apr 2023 13:24:27 -0700 Subject: [PATCH] Fixed wrong credentials file location --- .github/workflows/bld.yml | 4 +--- .github/workflows/publish.yml | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index f1fc3b6..129b60f 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -32,6 +32,4 @@ jobs: run: >- ./bld compile test -DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/rife2-renderers - -DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }} - -Drife2Username=${{ secrets.RIFE2_USERNAME }} - -Drife2Password=${{ secrets.RIFE2_PASSWORD }} \ No newline at end of file + -DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }} \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43d9e75..52272ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,3 +32,5 @@ jobs: ./bld compile test publish -DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/rife2-renderers -DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }} + -Drife2Username=${{ secrets.RIFE2_USERNAME }} + -Drife2Password=${{ secrets.RIFE2_PASSWORD }} \ No newline at end of file