Skip to content

Build & Lint & Test & Release #3

Build & Lint & Test & Release

Build & Lint & Test & Release #3

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build & Lint & Test & Release
on:
workflow_dispatch:
jobs:
main:
uses: the-nexim/actions/.github/workflows/release.yaml@v1
permissions:
contents: write
with:
node-version: lts/*
secrets:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

Check failure on line 19 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: 19, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}