From 813f04eb45b9207fb2ee8c3baff58ec9b1dc726e Mon Sep 17 00:00:00 2001 From: rafsaf Date: Sun, 15 Oct 2023 18:43:10 +0200 Subject: [PATCH] fix update action --- .github/workflows/update_compose_dbs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_compose_dbs.yml b/.github/workflows/update_compose_dbs.yml index 41da9f7..9d6db4c 100644 --- a/.github/workflows/update_compose_dbs.yml +++ b/.github/workflows/update_compose_dbs.yml @@ -8,7 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: @@ -35,3 +36,5 @@ jobs: - name: Check update run: | ./scripts/gh_update_dbs_with_pr.sh + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}