From cdb3c7d3b21f6c8152cb164d6dd020f1dbcf7407 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sat, 15 Jun 2024 12:12:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20ci:=20Add=20write=20permissions?= =?UTF-8?q?=20for=20packages=20in=20release=20workflow=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐋 ci: Add write permissions for packages in release workflow * feat: Add read permission for contents in release workflow --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c68cc924..3aaeaaff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,10 +7,11 @@ on: - '*' permissions: + contents: read packages: write jobs: call-docker-build: uses: ./.github/workflows/docker-build-workflow.yaml with: - tag: ${{ github.ref_name }} \ No newline at end of file + tag: ${{ github.ref_name }}