Skip to content

Commit

Permalink
update CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Oct 9, 2023
1 parent 46cf92f commit 9c8f9f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
build:
needs: [setup]
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9c8f9f1

Please sign in to comment.