Skip to content

Bump braces from 3.0.2 to 3.0.3 (#93) #51

Bump braces from 3.0.2 to 3.0.3 (#93)

Bump braces from 3.0.2 to 3.0.3 (#93) #51

name: Notify downstream repo of changes
on:
push:
branches:
- main
jobs:
notify-downstream:
if: github.repository == 'launchdarkly/integration-framework-private'
runs-on: ubuntu-latest
steps:
- run: |
curl \
-i \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{secrets.PR_CREATOR_GH_TOKEN}}" \
https://api.github.com/repos/launchdarkly/${{secrets.DOWNSTREAM_REPO}}/actions/workflows/31993112/dispatches \
-d '{"ref":"main"}'