Skip to content

Merge pull request #3 from lens-protocol/fix-ci #4

Merge pull request #3 from lens-protocol/fix-ci

Merge pull request #3 from lens-protocol/fix-ci #4

Workflow file for this run

name: Sync Modules
on:
push:
branches:
- master
workflow_dispatch:
branches:
- master
jobs:
check-modules:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install Dependencies
run: npm install axios
- name: Run Sync Script
run: node scripts/sync.js
env:
SECRET: ${{ secrets.SECRET }}