Skip to content

Merge pull request #1 from dev-ahmadbilal/develop #2

Merge pull request #1 from dev-ahmadbilal/develop

Merge pull request #1 from dev-ahmadbilal/develop #2

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
uses: dev-ahmadbilal/reuseble-workflows/.github/workflows/release.yml@main

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 11): Secret CODECOV_TOKEN is required, but not provided while calling.
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}