Skip to content

Commit

Permalink
Move documentation CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 21, 2023
1 parent 95bf3b0 commit 980ca42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches: ["main"]
workflow_dispatch:

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

concurrency:
group: "pages"
cancel-in-progress: true
Expand All @@ -27,6 +22,11 @@ jobs:

runs-on: ubuntu-latest

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

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 980ca42

Please sign in to comment.