diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d38156..d4a6f6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,7 @@ jobs: if: github.event.inputs.ref == '' with: submodules: recursive + persist-credentials: false - name: Checkout specific build and submodules uses: actions/checkout@v4 @@ -57,6 +58,7 @@ jobs: with: ref: ${{ github.event.inputs.ref }} submodules: recursive + persist-credentials: false - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2