diff --git a/.github/workflows/allowlist-manual.yml b/.github/workflows/allowlist-manual.yml index f6f13326c1..c45c27fb24 100644 --- a/.github/workflows/allowlist-manual.yml +++ b/.github/workflows/allowlist-manual.yml @@ -1,3 +1,5 @@ +name: Allowlist pool + on: workflow_dispatch: inputs: diff --git a/.github/workflows/allowlist.yml b/.github/workflows/allowlist.yml index 8fe84e1155..521c42aa36 100644 --- a/.github/workflows/allowlist.yml +++ b/.github/workflows/allowlist.yml @@ -31,7 +31,7 @@ jobs: - name: Install deps run: npm install cac - name: Run allowlist script - run: npx vite-node ./src/lib/scripts/automatic-prs/allowlist-pool.ts --network ${{github.event.inputs.network}} --poolType ${{github.event.inputs.poolType}} --poolId \"${{github.event.inputs.poolId}}\" --poolDescription "${{github.event.inputs.poolDescription}}" + run: npx vite-node ./src/lib/scripts/automatic-prs/allowlist-pool.ts --network ${{inputs.network}} --poolType ${{inputs.poolType}} --poolId \"${{inputs.poolId}}\" --poolDescription "${{inputs.poolDescription}}" - name: Run eslint fix of updated config files run: npm run lint:fix:config - name: Create Pull Request