Skip to content

Commit 9c9148b

Browse files
Copilotkjy5
andauthored
Fix release workflow 403 error by adding contents:write permission (#82)
* Initial plan * Add contents: write permission to fix release action 403 error Co-authored-by: kjy5 <82800265+kjy5@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kjy5 <82800265+kjy5@users.noreply.github.com>
1 parent 90e2cd3 commit 9c9148b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
permissions:
2020
id-token: write
21+
contents: write
2122

2223
steps:
2324
- name: 🛎 Checkout

0 commit comments

Comments
 (0)