Skip to content

Build & Lint & Test & Release #1

Build & Lint & Test & Release

Build & Lint & Test & Release #1

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build & Lint & Test & Release
on:
workflow_dispatch:
env:
NODE_VERSION: lts/*
GPG_KEY_ID: ${{ vars.GPG_KEY_ID }}
jobs:
main:

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Build & Lint & Test & Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 13, Col: 3): Error calling workflow 'the-nexim/actions/.github/workflows/release.yaml@v1'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: the-nexim/actions/.github/workflows/release.yaml@v1
permissions:
contents: read
with:
node-version: lts/*
secrets: inherit