There was an error while loading. Please reload this page.
1 parent 684de83 commit e9b576aCopy full SHA for e9b576a
1 file changed
.github/workflows/release.yml
@@ -1,4 +1,5 @@
1
name: Release and Dispatch
2
+run-name: Release ${{ github.ref_name }} by @${{ github.actor }}
3
4
on:
5
push:
@@ -9,12 +10,12 @@ on:
9
10
11
permissions:
12
contents: write
13
+ actions: write
14
15
jobs:
16
release:
17
uses: ianhubnet/.github/.github/workflows/package.yml@main
18
with:
19
name: ${{ vars.CSK_NAME }}
20
type: ${{ vars.CSK_TYPE }}
- secrets:
- token: ${{ secrets.CSK_PAT }}
21
+ secrets: inherit
0 commit comments