Skip to content

fix: revert header comment to original wording #308

fix: revert header comment to original wording

fix: revert header comment to original wording #308

Workflow file for this run

# Project: hyperi-rustlib
# File: .github/workflows/ci.yml
# Purpose: CI pipeline
#
# License: FSL-1.1-ALv2
# Copyright: (c) 2026 HYPERI PTY LIMITED
name: CI
on:
push:
branches: ["**"]
paths-ignore:
- ".claude/**"
- ".cursor/**"
- ".gemini/**"
- "hyperi-ai/**"
- "docs/**"
- "**.md"
pull_request:
branches: [main]
workflow_dispatch:
inputs:
tag:
type: string
required: true
description: "Tag to publish (e.g. v1.20.1)"
permissions:
contents: write
issues: write
pull-requests: write
jobs:
ci:

Check failure on line 35 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 35, Col: 3): Error calling workflow 'hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@main'. The nested job 'container' is requesting 'packages: write', but is only allowed 'packages: none'. .github/workflows/ci.yml (Line: 35, Col: 3): Error calling workflow 'hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@main'. The nested job 'publish' is requesting 'packages: write', but is only allowed 'packages: none'.
uses: hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@main
with:
publish-target: oss
tag: ${{ inputs.tag || '' }}
secrets: inherit