Skip to content

Release GitHub Actions #13

Release GitHub Actions

Release GitHub Actions #13

name: Release GitHub Actions
on:
workflow_dispatch:
inputs:
tag:
description: "Tag for the release"
required: true
permissions:
contents: read
jobs:
release:

Check failure on line 14 in .github/workflows/actions_release.yml

View workflow run for this annotation

GitHub Actions / Release GitHub Actions

Invalid workflow file

The workflow is not valid. .github/workflows/actions_release.yml (Line: 14, Col: 3): Error calling workflow 'step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1'. The nested job 'pre-release' is requesting 'packages: read', but is only allowed 'packages: none'.
permissions:
actions: read
id-token: write
contents: write
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"