Skip to content

Commit

Permalink
standardize release worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Jun 13, 2024
1 parent cd28695 commit 761f2da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 37 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/actions_release.yaml
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 }}"
37 changes: 0 additions & 37 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 761f2da

Please sign in to comment.