Skip to content

Commit e9b576a

Browse files
committed
chore(workflows): update 'release.yml'
1 parent 684de83 commit e9b576a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release and Dispatch
2+
run-name: Release ${{ github.ref_name }} by @${{ github.actor }}
23

34
on:
45
push:
@@ -9,12 +10,12 @@ on:
910

1011
permissions:
1112
contents: write
13+
actions: write
1214

1315
jobs:
1416
release:
1517
uses: ianhubnet/.github/.github/workflows/package.yml@main
1618
with:
1719
name: ${{ vars.CSK_NAME }}
1820
type: ${{ vars.CSK_TYPE }}
19-
secrets:
20-
token: ${{ secrets.CSK_PAT }}
21+
secrets: inherit

0 commit comments

Comments
 (0)