diff options
author | Joyce <[email protected]> | 2023-05-15 18:02:56 -0300 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-05-15 15:14:55 -0600 |
commit | 9e61870ecbd32514113b467e0a0c46f60ed222c7 (patch) | |
tree | 0f97c58ba3d49b7c9931333f27d4393997e90995 | |
parent | bae9700cd9425541a0f6029957f005e5ad3ef660 (diff) | |
download | Vulkan-Headers-9e61870ecbd32514113b467e0a0c46f60ed222c7.tar.gz Vulkan-Headers-9e61870ecbd32514113b467e0a0c46f60ed222c7.zip |
ser minimal permissions to linux.ymlsdk-1.3.250.1sdk-1.3.250.0sdk-1.3.250
Signed-off-by: Joyce <[email protected]>
-rw-r--r-- | .github/workflows/linux.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2a6ed94..0160c3b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -19,6 +19,9 @@ on: pull_request: branches: - main + +permissions: + contents: read jobs: ubuntu-cmake-install: |