diff --git a/.github/workflows/import_pending.yml b/.github/workflows/import_pending.yml index 02a8c46b2..468af12e3 100644 --- a/.github/workflows/import_pending.yml +++ b/.github/workflows/import_pending.yml @@ -28,7 +28,7 @@ jobs: run: | git config user.email "azerothcorebot@gmail.com" && git config user.name "AzerothCoreBot" bash bin/acore-db-pendings - deno apps/ci/ci-pending-changelogs.ts + deno run --allow-all --unstable apps/ci/ci-pending-changelogs.ts git fetch --unshallow origin "${{ github.ref_name }}" git add -A . git commit -am "chore(DB): import pending files" -m "Referenced commit(s): ${GITHUB_SHA}" || true