Skip to content

Commit 47ceddd

Browse files
committed
Add explicit permissions to GitHub Actions workflow for release creation
1 parent 3f85255 commit 47ceddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*' # Run workflow when a version tag is pushed (e.g., v1.0.0)
77

8+
permissions:
9+
contents: write
10+
packages: write
11+
812
jobs:
913
build-and-release:
1014
name: Build and Release for ${{ matrix.os }}

0 commit comments

Comments
 (0)