Skip to content

chore: update GitHub Actions to use reusable workflows #1

chore: update GitHub Actions to use reusable workflows

chore: update GitHub Actions to use reusable workflows #1

Workflow file for this run

# Example: Copy this to your repo as .github/workflows/release.yml
# Configuration is read from .github/project.yml - no inputs needed!
name: Release
on:
pull_request:
types: [closed]
paths:
- '.github/project.yml'
workflow_dispatch:
permissions:
contents: read
jobs:
release:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f" : (Line: 110, Col: 13): Unrecognized named-value: 'secrets'. Located at position 72 within expression: (steps.config.outputs.deploy-site != 'false' && inputs.deploy-site) && secrets.PAGES_DEPLOY_TOKEN != ''
secrets: inherit