Skip to content

Commit

Permalink
Merge pull request #269 from step-security/shubham-patch-1
Browse files Browse the repository at this point in the history
Update and rename release.yml to actions_release.yml
  • Loading branch information
shubham-stepsecurity authored Jul 17, 2024
2 parents ca2700b + 3d7a6de commit 0b116fa
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.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 }}"
37 changes: 0 additions & 37 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 0b116fa

Please sign in to comment.