diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index d1cc93cee..b00e4f8d8 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -54,6 +54,10 @@ jobs: - name: Checkout repository uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + with: + fetch-depth: 0 + ref: main + token: ${{ secrets.GH_ACCESS_TOKEN }} - name: Import GPG Key id: gpg_importer