Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

docs(README): add deprecation note (#2936) #629

docs(README): add deprecation note (#2936)

docs(README): add deprecation note (#2936) #629

name: publish-release
on:
push:
branches:
- main
jobs:
publish-release:
if: github.triggering_actor != 'dependabot[bot]'
uses: mdn/workflows/.github/workflows/publish-release.yml@main
with:
npm-publish: ${{ false }}
target-repo: 'mdn/interactive-examples'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}