Skip to content

Commit 1645f4c

Browse files
GitHub Actions workflow permission
1 parent 209b72f commit 1645f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
build:
11+
name: Generate & build dashboard
1112
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1215

1316
steps:
1417
- name: Check-out the repository

0 commit comments

Comments
 (0)