Skip to content

Commit

Permalink
Merge pull request #13 from lolmaus/devcontainer-ci
Browse files Browse the repository at this point in the history
Add permissions section to CI config (github workflow)
  • Loading branch information
lolmaus authored Aug 16, 2024
2 parents 845b5db + e5a69f8 commit 52bf018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout (GitHub)
Expand Down

0 comments on commit 52bf018

Please sign in to comment.