Skip to content

debug skip-test no explicit permissions #2

debug skip-test no explicit permissions

debug skip-test no explicit permissions #2

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-*'
jobs:
release:

Check failure on line 11 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: 11, Col: 3): Error calling workflow 'cloudscape-design/actions/.github/workflows/release.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
skip-test: true