Skip to content

Spring Cloud Release (Test) #3

Spring Cloud Release (Test)

Spring Cloud Release (Test) #3

name: Spring Cloud Release (Test)
on:
workflow_dispatch:
inputs:
your-name:
description: 'Your name'
required: true
default: Unknown
jobs:
#BUILD
spring-cloud-build:
uses: spring-cloud/spring-cloud-build/.github/workflows/ci.yaml@main
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

Check failure on line 14 in .github/workflows/ci-spring-cloud.yaml

View workflow run for this annotation

GitHub Actions / Spring Cloud Release (Test)

Invalid workflow file

The workflow is not valid. .github/workflows/ci-spring-cloud.yaml (Line: 14, Col: 29): Invalid secret, ARTIFACTORY_USERNAME is not defined in the referenced workflow. .github/workflows/ci-spring-cloud.yaml (Line: 15, Col: 29): Invalid secret, ARTIFACTORY_PASSWORD is not defined in the referenced workflow.
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
COMMERCIAL_ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USERNAME }}
COMMERCIAL_ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
#FUNCTION
spring-cloud-function:
needs: spring-cloud-build
uses: spring-cloud/spring-cloud-function/.github/workflows/ci.yaml@main