Skip to content

Commit

Permalink
Forgot workflow perms (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Dec 18, 2024
1 parent 092d501 commit ecd6187
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ on:
push:
branches: [1.20.1]
paths: ['docs/**']


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

concurrency:
group: 'pages'
cancel-in-progress: false

jobs:
build:
name: build docs
Expand Down

0 comments on commit ecd6187

Please sign in to comment.