Skip to content

Workflow file for this run

# This workflow releases the current package to a dedicated private CodeArtifact repository.
# One repository may publish more than one package. For more details refer to the release-package Action.
name: Release to dev branch
on:
push:
branches:
- 'dev-v3-*'
permissions:
id-token: write
jobs:
release:

Check failure on line 14 in .github/workflows/release-dev.yml

View workflow run for this annotation

GitHub Actions / Release to dev branch

Invalid workflow file

The workflow is not valid. .github/workflows/release-dev.yml (Line: 14, Col: 3): Error calling workflow 'cloudscape-design/actions/.github/workflows/release.yml@main'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
skip-test: true