Skip to content

Commit

Permalink
fix: update GitHub Actions permissions for documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaniraiyn committed Dec 25, 2024
1 parent 06325a5 commit baa2eb2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ on:

workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
name: Build and Deploy
permissions:
contents: write
contents: read
pages: write
id-token: write
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit baa2eb2

Please sign in to comment.