From cf2270b8397c5364da2bd3cf7a542a3413c7b638 Mon Sep 17 00:00:00 2001 From: Christophe Date: Fri, 13 Dec 2024 13:29:03 +0000 Subject: [PATCH] WIP --- .github/actions/restore-orbit-chains-data/action.yml | 2 -- .github/workflows/generate-token-lists.yml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/restore-orbit-chains-data/action.yml b/.github/actions/restore-orbit-chains-data/action.yml index a4b08848..7b5873a2 100644 --- a/.github/actions/restore-orbit-chains-data/action.yml +++ b/.github/actions/restore-orbit-chains-data/action.yml @@ -4,8 +4,6 @@ description: 'Download orbit chains data artifact' runs: using: 'composite' steps: - - uses: actions/checkout@v3 - - name: Download artifact uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/generate-token-lists.yml b/.github/workflows/generate-token-lists.yml index 6ba42ed3..2a46be2c 100644 --- a/.github/workflows/generate-token-lists.yml +++ b/.github/workflows/generate-token-lists.yml @@ -92,8 +92,7 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/restore-cache - - # - uses: ./.github/actions/restore-orbit-chains-data + - uses: ./.github/actions/restore-orbit-chains-data - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1-node16