Skip to content

Commit

Permalink
ci: set permissions to read, use PAT for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Dec 29, 2023
1 parent b424c7e commit 225454f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- Package.*
- .github/**/*

permissions:
contents: read

jobs:
build:
# TODO switch to macos-latest once that represents > 13
Expand Down

0 comments on commit 225454f

Please sign in to comment.