Skip to content

Commit 79efe28

Browse files
authored
Merge pull request #2 from fabidick22/update-workflow
Update semver.yml
2 parents 1c7e9ef + 1f43006 commit 79efe28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/semver.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
if: contains(github.event.commits[0].message, 'chore(release)') == false
1111
name: Release
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
15+
contents: write
16+
actions: write
1317
timeout-minutes: 10
1418
env:
1519
DRY_RUN: false

0 commit comments

Comments
 (0)