Skip to content

Commit

Permalink
Merge pull request #10 from step-security/release
Browse files Browse the repository at this point in the history
add actions release workflow
  • Loading branch information
shubham-stepsecurity authored Nov 26, 2024
2 parents 41677a8 + c8f6e3b commit dfbe08d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"

0 comments on commit dfbe08d

Please sign in to comment.