Update spring-cloud-deploy-docs.yaml
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
name: Deploy Docs
|
||||
run-name: ${{ format('{0} ({1})', github.workflow, github.event.inputs.build-refname || 'all') }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-refname:
|
||||
type: string
|
||||
description: Enter git refname to build (e.g., 5.7.x).
|
||||
required: false
|
||||
push:
|
||||
branches: docs-build
|
||||
secrets:
|
||||
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY:
|
||||
required: true
|
||||
env:
|
||||
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user