From c2ae70cfd6c6056c14d4c8d5137e1ff0e9636de2 Mon Sep 17 00:00:00 2001 From: Alexey Medvedev Date: Mon, 20 Jan 2025 14:05:12 +0400 Subject: [PATCH] switch to reusable workflow --- .github/workflows/full-info.yml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/.github/workflows/full-info.yml b/.github/workflows/full-info.yml index eaac05b..5a73d2c 100644 --- a/.github/workflows/full-info.yml +++ b/.github/workflows/full-info.yml @@ -4,36 +4,6 @@ on: push: branches: - main - jobs: generate: - runs-on: ubuntu-24.04 - timeout-minutes: 5 - permissions: - contents: write - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: '22' - - - name: Install dependencies - run: npm install tsx @actions/core @actions/github - - - name: Generate - run: npx tsx .github/workflows/scripts/extract-metadata.ts - - - name: Release latest full info - uses: softprops/action-gh-release@v1 - with: - name: latest - tag_name: latest - files: full-info.json - fail_on_unmatched_files: true - # Sleep to be sure release is updated in GH CDN before triggering a webhook - - name: Sleep for 30 seconds - run: sleep 30s + uses: symbioticfi/metadata-validation-scripts/.github/workflows/full-info.yml@main