Update spring-cloud-deploy-docs.yaml

This commit is contained in:
Ryan Baxter
2024-04-05 15:33:08 -04:00
committed by GitHub
parent 38f6f17932
commit cf7c0314ff

View File

@@ -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: