diff --git a/.github/workflows/convert-to-heta.yml b/.github/workflows/convert-to-heta.yml index a081d444d..c3fffec6e 100644 --- a/.github/workflows/convert-to-heta.yml +++ b/.github/workflows/convert-to-heta.yml @@ -46,6 +46,11 @@ jobs: needs: convert-to-heta steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Download all artifacts uses: actions/download-artifact@v2 with: