Skip to content

Release GitHub Actions #2

Release GitHub Actions

Release GitHub Actions #2

name: Release GitHub Actions
on:
workflow_dispatch:
inputs:
tag:
description: "Tag for the release"
required: true
permissions:
contents: read
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 }}"
env:

Check failure on line 23 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: 23, Col: 5): Unexpected value 'env'

Check failure on line 23 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: 23, Col: 5): Unexpected value 'env'
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}