mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-01-18 16:37:21 +01:00
17 lines
254 B
YAML
17 lines
254 B
YAML
# main only
|
|
|
|
name: Integrate
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
env:
|
|
FORCE_COLOR: 1
|
|
|
|
jobs:
|
|
_:
|
|
uses: medikoo/github-actions-workflows/.github/workflows/0.12-integrate.yml@main
|
|
secrets:
|
|
USER_GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
|