Skip to content

Commit

Permalink
fix: Added permissions for pages: "write"
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Sep 7, 2024
1 parent b1a9f88 commit ff7259f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: docs

on:
push:
Expand All @@ -13,6 +13,8 @@ jobs:
permissions:
id-token: "write"
contents: "read"
pages: "write"

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
Expand Down

0 comments on commit ff7259f

Please sign in to comment.