From 8d5d93eccb54afc9f802237f1d80fe15ce33dd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 06:11:05 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20token=20for=20latest-ch?= =?UTF-8?q?anges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 2 ++ 1 file changed, 2 insertions(+) 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: