Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9142488

Browse files
committedJun 11, 2025·
fix: add actions permissions to release action
1 parent 1dc3343 commit 9142488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
contents: write
3838
id-token: write # This permission is required for trusted publishing
3939
pull-requests: write # This permission is required for creating PRs
40+
actions: write # This permission is required for running actions
4041
steps:
4142
- name: Checkout the repository
4243
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.