Add read permission to all build jobs

This commit is contained in:
Veronica Berglyd Olsen
2025-10-27 21:22:32 +01:00
parent 7bbd2042ae
commit 23b2ca9af4
5 changed files with 12 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ on: workflow_call
jobs:
buildAssets:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Source
uses: actions/checkout@v5