diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index af4e4a2..a77cf76 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -21,6 +21,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.POETRY_VERSION_PLUGIN_LATEST_CHANGES }} - uses: docker://tiangolo/latest-changes:0.2.0 # - uses: tiangolo/latest-changes@main with: