From 0718870f6eab2e0e541284d3d83a4e0d6365d048 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer <73257760+Vale54321@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:07:46 +0200 Subject: [PATCH] Vale54321 patch 1 (#28) * Update relaseNewVersion.yml --- .github/workflows/relaseNewVersion.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/relaseNewVersion.yml b/.github/workflows/relaseNewVersion.yml index 735f932..a902ce1 100644 --- a/.github/workflows/relaseNewVersion.yml +++ b/.github/workflows/relaseNewVersion.yml @@ -1,4 +1,8 @@ name: Release new Version + +permissions: + contents: write + on: pull_request: branches: ["release/*", "master"] @@ -43,3 +47,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: dist.zip + token: ${{ secrets.PAT }} +