Skip to content

Commit 3732696

Browse files
committed
Set write permissions for release workflow
Added `contents: write` permissions to ensure the GitHub Actions workflow has the necessary access rights to create or modify repository contents during the release process. This change is required for the workflow to execute successfully.
1 parent 20fe683 commit 3732696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
env:
88
BOX_VERSION: '4.6.2'
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
build:
1215
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)