diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52c9c5f..d388a03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup JVM and SBT uses: coursier/setup-action@v1.3.5