Skip to content

chore: convert content/uploads URLs to full paths to pages.near.org/ #17

chore: convert content/uploads URLs to full paths to pages.near.org/

chore: convert content/uploads URLs to full paths to pages.near.org/ #17

name: trigger near-discovery workflow
on:
workflow_dispatch:
push:
branches: [main]
jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- name: trigger near-discovery update_submodules.yml workflow
run: |
curl -X POST https://api.github.com/repos/near/near-discovery/actions/workflows/88517104/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.REPO_TOKEN }} \
--data '{"ref":"main"}'