mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
19 lines
327 B
YAML
19 lines
327 B
YAML
name: Update Flex endpoint
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
call-flex-update:
|
|
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
|
|
with:
|
|
contrib: true
|
|
secrets:
|
|
token: ${{ secrets.BOT_TOKEN }}
|