Skip to content

Release GitHub Actions #4

Release GitHub Actions

Release GitHub Actions #4

name: Release GitHub Actions
on:
workflow_dispatch:
inputs:
tag:
description: "Tag for the release"
required: true
permissions:
contents: write
packages: write
id-token: write
jobs:
release:
permissions:
actions: read
id-token: write
contents: write
packages: write
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"
node_auth_token: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 25 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: 25, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GITHUB_TOKEN

Check failure on line 25 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: 25, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GITHUB_TOKEN