Skip to content

Commit

Permalink
fix(release-mkdocs): set permissions on token (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 12, 2023
1 parent b50dc54 commit 0e27229
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
actions: none
checks: none
contents: write # for pushing gh-pages branch
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
id-token: none
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0e27229

Please sign in to comment.