refactor: enhancement and documenting

This commit is contained in:
2025-01-04 08:48:18 +03:30
parent c032870efb
commit 166fa43a55
6 changed files with 32 additions and 28 deletions

View File

@@ -2,6 +2,11 @@
name: Publish NPM
# Required permission on the caller workflow
# permissions:
# contents: read
# id-token: write
on:
workflow_call:
inputs:
@@ -20,10 +25,6 @@ on:
required: true
description: 'NPM token'
permissions:
contents: read
id-token: write
jobs:
main:
if: github.repository_owner == 'the-nexim'