diff --git a/.github/workflows/added_dates.yml b/.github/workflows/added_dates.yml index 7ebb5195..aafa2f2f 100644 --- a/.github/workflows/added_dates.yml +++ b/.github/workflows/added_dates.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python 3.11 uses: actions/setup-python@v5 with: