Skip to content

feat: support custom provider (#128) #68

feat: support custom provider (#128)

feat: support custom provider (#128) #68

Workflow file for this run

on:
push:
branches: alpha
paths-ignore:
- 'package.json'
workflow_dispatch:
jobs:
release:

Check failure on line 9 in .github/workflows/release_alpha.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_alpha.yml

Invalid workflow file

The workflow is not valid. .github/workflows/release_alpha.yml (Line: 9, Col: 3): Error calling workflow 'reearth/core/.github/workflows/npm_release.yml@beta'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: reearth/core/.github/workflows/npm_release.yml@beta
with:
branch: alpha
tag: alpha
version-args: --preid alpha prerelease
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PAT: ${{ secrets.PAT }}