diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8cef9f..aaab8b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,8 +105,8 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Decode buildKonfig properties - run: echo ${{ secrets.BUILD_KONFIG_PROPERTIES }} | base64 --decode > buildKonfig.properties + - name: Set up the necessary config + run: echo "${{ secrets.BUILD_KONFIG_PROPERTIES }}" > buildKonfig.properties - name: Run Detekt run: ./gradlew detekt