Skip to content

Commit

Permalink
Update GitHub Actions workflow to add permissions and improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Feb 12, 2025
1 parent a76a068 commit 8885a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- mkdocs.yml
- .github/workflows/Docs.yml

permissions: {}

env:
GH_TOKEN: ${{ github.token }}

Expand All @@ -20,7 +22,6 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read # to checkout the repo
steps:
Expand Down

0 comments on commit 8885a34

Please sign in to comment.