Skip to content

6.0.17

6.0.17 #2

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
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Check failure on line 22 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: 22, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow. .github/workflows/release.yml (Line: 23, Col: 25): Invalid secret, GIT_AUTHOR_EMAIL is not defined in the referenced workflow.
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 }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}