upload-link

0
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
README.md

Upload Link to GitVerse Action

A lightweight GitVerse Action to upload a link to your workflow run — perfect for sharing build outputs, preview URLs, documentation, or any relevant resource directly in your CI/CD context.

Use this action to attach meaningful links (e.g., preview URLs, dashboards, logs) to your GitVerse Actions run for better traceability and collaboration.


🌟 Features

  • ✅ Upload any URL with an optional name and description
  • 🔐 Secure: uses GitVerse token for authentication
  • 🌍 Supports self-hosted GitVerse instances via custom API URLs
  • ⚠️ Optional insecure mode for self-signed certificates (use with care)
  • 📤 Exposes
    link_id
    output for further automation
  • 💬 Improve workflow transparency with rich link annotations

🔐 Security Notes

  • Always store your
    GITVERSE_TOKEN
    as a secret in your repository.
  • Avoid enabling
    insecure: true
    in production environments.
  • Ensure the token has minimal required permissions.

⚠️ Input Length Limits

To ensure compatibility with GitVerse API constraints, the following maximum lengths apply:

InputMax LengthNote
link
2000 charactersStandard URL length limit. Ensure your URLs are properly encoded.
name
250 charactersDisplay name will be trimmed if longer.
description
1000 charactersSupports plain text only — no Markdown or HTML.

🚀 Quick Start

Add this step to your GitVerse Actions workflow: