Skip to content

Commit 7702c59

Browse files
committed
Permissions
1 parent 745ce2b commit 7702c59

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
@@ -8,6 +8,10 @@ on:
88
- cron: '0 0 * * *' # Run daily at midnight UTC
99
workflow_dispatch: # Allows triggering the workflow manually from the GitHub UI
1010

11+
# Add permissions configuration
12+
permissions:
13+
contents: write # Required for creating releases
14+
1115
jobs:
1216
build_and_release:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)