Skip to content

v1.3.0

v1.3.0 #2

Workflow file for this run

name: Release
on:
release:
types: [published]
permissions: {}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
perform:

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 3): Error calling workflow 'cloudposse/.github/.github/workflows/shared-release-branches.yml@main'. The workflow is requesting 'contents: write, pull-requests: write, id-token: write', but is only allowed 'contents: none, pull-requests: none, id-token: none'.
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
secrets: inherit