Skip to content

Commit 459dd4c

Browse files
committed
Add permissions for creating releases and uploading assets in GitHub Actions workflow
1 parent 072a418 commit 459dd4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write # This is required for creating releases and uploading assets
1113

1214
steps:
1315
- name: Checkout code

0 commit comments

Comments
 (0)