From: Lasse Collin Date: Fri, 11 Apr 2025 14:15:08 +0000 (+0300) Subject: CI: Add 'permissions' to ci.yml and msvc.yml X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0d0e624740b92415f78274702b5b5bfbffe4543;p=thirdparty%2Fxz.git CI: Add 'permissions' to ci.yml and msvc.yml --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee017363..01b8cdc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ on: # Allows running workflow manually workflow_dispatch: +permissions: {} + jobs: POSIX: strategy: diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 4621a9fd..c6b2fb7a 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -11,6 +11,8 @@ on: branches: [ master ] workflow_dispatch: +permissions: {} + jobs: MSVC: strategy: