Skip to content

build transpire (13172285075) #528

build transpire (13172285075)

build transpire (13172285075) #528

Workflow file for this run

name: Build Transpire Module
on:
workflow_dispatch:
inputs:
run_id:
description: Run ID of the triggering workflow
module_name:
description: Name of transpire module to build
required: false
type: string
run-name: build ${{ inputs.module_name }} (${{ inputs.run_id }})
jobs:
module-ci:

Check failure on line 16 in .github/workflows/build-module.yml

View workflow run for this annotation

GitHub Actions / Build Transpire Module

Invalid workflow file

The workflow is not valid. .github/workflows/build-module.yml (Line: 16, Col: 3): Error calling workflow 'ocf/transpire/.github/workflows/module-ci.yml@main'. The workflow is requesting 'packages: write', but is only allowed 'packages: read'.
if: ${{ inputs.module_name != '' }}
uses: ocf/transpire/.github/workflows/module-ci.yml@main
with:
module_name: ${{ inputs.module_name }}
secrets:
HARBOR_USERNAME: ${{ secrets.HARBOR_USERNAME }}
HARBOR_PASSWORD: ${{ secrets.HARBOR_PASSWORD }}
OCF_CLUSTER_DEPLOY_KEY: ${{ secrets.OCF_CLUSTER_DEPLOY_KEY }}
cluster-ci:
if: ${{ inputs.module_name == '' }}
uses: ocf/transpire/.github/workflows/cluster-ci.yml@main
secrets:
OCF_CLUSTER_DEPLOY_KEY: ${{ secrets.OCF_CLUSTER_DEPLOY_KEY }}