Skip to content

fix: REQUIRED_INACCESSIBLE on inaccessible input object/field (#42) #79

fix: REQUIRED_INACCESSIBLE on inaccessible input object/field (#42)

fix: REQUIRED_INACCESSIBLE on inaccessible input object/field (#42) #79

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 21
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}