Skip to content

feat(organizations): add verified route #136

feat(organizations): add verified route

feat(organizations): add verified route #136

Workflow file for this run

#
name: scalingo/buildpack
on:
push:
branches:
- master
workflow_dispatch:
jobs:
push:
name: Sync scalingo/buildpack branch with .scalingo/buildpack folder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
commit_message: ${{ github.event.head_commit.message }}
enable_jekyll: true # NOTE(douglasduteil): do not add .nojekyll file
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: scalingo/buildpack
publish_dir: ./.scalingo/buildpack
user_email: "github-actions[bot]@users.noreply.github.com"
user_name: "github-actions[bot]"