Skip to content

Commit a21924b

Browse files
author
xiao
committed
Fix: Add permissions for GitHub Release
- Add contents: write permission - Required for creating GitHub Releases via Actions - Fixes 403 error during release creation
1 parent f271a04 commit a21924b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Release
22

3+
permissions:
4+
contents: write
5+
id-token: write
6+
37
on:
48
push:
59
tags:

0 commit comments

Comments
 (0)