Skip to content

Commit

Permalink
Restrict perms on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 23, 2024
1 parent 70e6f9c commit 6abf185
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ on:
branches:
- main

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand Down

0 comments on commit 6abf185

Please sign in to comment.