Skip to content

6.0.16

6.0.16 #1

Workflow file for this run

name: "CI / Release"
on:
push:
tags:
- v**
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
use-native-library-js-staging:
permissions:
contents: write
actions: write
checks: write
pull-requests: write
uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master

Check failure on line 20 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / CI / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 20, Col: 11): Secret NPM_TOKEN is required, but not provided while calling. .github/workflows/release.yml (Line: 22, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow.
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}