From 4b432e9efc058c3f9ed8b38b3e0f7c8561190732 Mon Sep 17 00:00:00 2001 From: Roflmuffin Date: Fri, 10 Nov 2023 19:52:13 +1000 Subject: [PATCH] ci: add package write permission --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index c51a59e6..9354efc2 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -13,6 +13,7 @@ jobs: build: permissions: contents: write + packages: write runs-on: ubuntu-latest container: image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest