Skip to content

Commit 134be1b

Browse files
committed
Add job permissions for workflow
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 3c3ddc1 commit 134be1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
build:
1515
name: Build
1616
runs-on: firecracker
17+
permissions:
18+
contents: write
19+
packages: write
1720
steps:
1821
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1922
with:

0 commit comments

Comments
 (0)