Skip to content

Commit

Permalink
GitHub Actions workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Sep 9, 2024
1 parent 209b72f commit 1645f4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
name: Generate & build dashboard
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Check-out the repository
Expand Down

0 comments on commit 1645f4c

Please sign in to comment.