Skip to content

Commit

Permalink
Reduce permission scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Jan 18, 2025
1 parent 6ce3cf6 commit 4a0169b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
paths:
- 'wiki/*'

permissions:
contents: write
permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -18,6 +17,8 @@ jobs:
deploy:
name: Deploy wiki
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4a0169b

Please sign in to comment.