Skip to content

Commit

Permalink
chore: add Call publication builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c committed Dec 13, 2021
1 parent e9046bd commit 0b29d37
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/call-publication-builder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# Copyright (c) 2020 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#

name: "Call publication builder"

on:
push:
branches:
- "7.*.x"
- main
- master

jobs:
call-publication-builder:
name: "Call publication builder"
uses: eclipse/che-docs/.github/workflows/publication-builder.yaml@publication-builder
secrets:
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 comments on commit 0b29d37

Please sign in to comment.