Skip to content

Commit

Permalink
Disable permissions for pages workflow by default (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Mar 27, 2024
1 parent 588ca9f commit 9b1ef61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

permissions: {}

jobs:
pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b1ef61

Please sign in to comment.