Skip to content

Merge pull request #18 from slr71/main #14

Merge pull request #18 from slr71/main

Merge pull request #18 from slr71/main #14

Workflow file for this run

name: skaffold-build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected]

Check failure on line 11 in .github/workflows/skaffold-build.yml

View workflow run for this annotation

GitHub Actions / skaffold-build

Invalid workflow file

The workflow is not valid. .github/workflows/skaffold-build.yml (Line: 11, Col: 11): Secret cicd-webhook-url is required, but not provided while calling. .github/workflows/skaffold-build.yml (Line: 11, Col: 11): Secret cicd-webhook-secret is required, but not provided while calling.
with:
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
secrets:
harbor-username: ${{ secrets.HARBOR_USERNAME }}
harbor-password: ${{ secrets.HARBOR_PASSWORD }}
releases-repo-push-token: ${{ secrets.GH_DE_RELEASES_PUSH_TOKEN }}