Skip to content

Commit 53af583

Browse files
committed
ci: add permissions block to release workflow
1 parent f25376b commit 53af583

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
id-token: write
11+
812
jobs:
913
release:
1014
uses: thedavidweng/cli-workflow-template/.github/workflows/go-release.yml@main

0 commit comments

Comments
 (0)