From c8f47de74a9e104ac5017daabe87836f3ce2f044 Mon Sep 17 00:00:00 2001 From: mehmetihsansevinc Date: Thu, 19 Sep 2024 15:23:23 +0300 Subject: [PATCH] Permission for packages: write is given in trigger_snapshot.yml --- .github/workflows/trigger_snapshot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/trigger_snapshot.yml b/.github/workflows/trigger_snapshot.yml index 0383f98..dc3828e 100644 --- a/.github/workflows/trigger_snapshot.yml +++ b/.github/workflows/trigger_snapshot.yml @@ -6,6 +6,9 @@ on: - main workflow_dispatch: +permissions: + packages: write + contents: read jobs: Publish-Snapshot: