diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5002afa7cb..8aa2cc6a30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,6 +275,8 @@ jobs: steps: # Checkout is needed so that we can update the get_versions.yml file - uses: actions/checkout@v6 + with: + token: ${{ secrets.SA_PAT }} - name: Increment Version Numbers run: |