We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745ce2b commit 7702c59Copy full SHA for 7702c59
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,10 @@ on:
8
- cron: '0 0 * * *' # Run daily at midnight UTC
9
workflow_dispatch: # Allows triggering the workflow manually from the GitHub UI
10
11
+# Add permissions configuration
12
+permissions:
13
+ contents: write # Required for creating releases
14
+
15
jobs:
16
build_and_release:
17
runs-on: ubuntu-latest
0 commit comments