Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add missing permission for GitHub release
  • Loading branch information
bdrhn9 committed Dec 16, 2025
commit 1bd2543682b614097d13ad67e295f26df8bdc3de
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
node-version: [20]
permissions:
id-token: write
contents: write
steps:
- name: Clone repo
uses: actions/checkout@v6
Expand Down