From 48bd1c9448c4cc497ae45f0e4d3c3620779c8ab5 Mon Sep 17 00:00:00 2001 From: Serhii Koropets <33310880+koropets@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:33:43 +0300 Subject: [PATCH] permissions.packages=write for master-ci.yml CI job (#1394) --- .github/workflows/master-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 1edc970ae..f35d1fce9 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -13,6 +13,8 @@ on: jobs: push-images: runs-on: ubuntu-latest + permissions: + packages: write env: IMAGE_DESCRIPTION: Building thousands of models with timeseries data to monitor systems IMAGE_LICENSE: AGPL-3.0