We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529aa7 commit bc5a18fCopy full SHA for bc5a18f
.github/workflows/actions_release.yaml
@@ -0,0 +1,21 @@
1
+name: Release GitHub Actions
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ tag:
7
+ description: "Tag for the release"
8
+ required: true
9
10
+permissions:
11
+ contents: read
12
13
+jobs:
14
+ release:
15
+ permissions:
16
+ actions: read
17
+ id-token: write
18
+ contents: write
19
+ uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
20
+ with:
21
+ tag: "${{ github.event.inputs.tag }}"
.github/workflows/release.yml
0 commit comments