Skip to content

Commit 6553138

Browse files
Update build.yml to include permissions section
Add permissions for write access to contents
1 parent 3e458b9 commit 6553138

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
1313

14+
permissions:
15+
contents: write
16+
1417
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1518
jobs:
1619
build:

0 commit comments

Comments
 (0)