Skip to content

chore(deps): Pin hyperi-io/hyperi-ci action to ad403d5 #310

chore(deps): Pin hyperi-io/hyperi-ci action to ad403d5

chore(deps): Pin hyperi-io/hyperi-ci action to ad403d5 #310

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
packages: write
pull-requests: write
jobs:
ci:
uses: hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@ad403d5b9ec94ce94468318e875f8a1b101dbac4 # main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@ad403d5b9ec94ce94468318e875f8a1b101dbac4" : (Line: 97, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_USERNAME != '', (Line: 159, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_USERNAME != ''
with:
publish-target: oss
tag: ${{ inputs.tag || '' }}
secrets: inherit