Skip to content

fix(ci): using def. keys #18

fix(ci): using def. keys

fix(ci): using def. keys #18

Workflow file for this run

name: Production deploy
on:
push:
branches: [dev]
jobs:
validate:
name: Validate
uses: ./.github/workflows/validate.yaml
with:
environment: staging
release:

Check failure on line 14 in .github/workflows/staging.yaml

View workflow run for this annotation

GitHub Actions / Production deploy

Invalid workflow file

The workflow is not valid. .github/workflows/staging.yaml (Line: 14, Col: 3): Error calling workflow 'remix-pwa/monorepo/.github/workflows/semantic-release.yaml@0dbb9bbee3ac0a39f127cd0b0da2b087bc0628f0'. The workflow is requesting 'contents: write, issues: write, packages: write, pull-requests: write', but is only allowed 'contents: read, issues: none, packages: read, pull-requests: none'.
name: Release
needs: [validate]
uses: ./.github/workflows/semantic-release.yaml
with:
environment: staging