From 6f8a298473ebac66dfd50be812bc6d4148118244 Mon Sep 17 00:00:00 2001 From: Kornelius Rohrschneider Date: Sun, 11 Aug 2024 15:55:38 +0200 Subject: [PATCH] =?UTF-8?q?Test=20f=C3=BCr=20die=20Pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release_nightly.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 6efb921738ead..1b056fa605d86 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -1,5 +1,10 @@ name: Release Nightly +permissions: + contents: write + + + on: # Run nightly schedule: @@ -41,13 +46,13 @@ on: uses: 1466587594/get-current-time@v2.1.2 id: current_time_dashes with: - format: YYYY-MM-DD + format: YYYY-MM-DD-hh-mm-ss - name: Get current time with underscores uses: 1466587594/get-current-time@v2.1.2 id: current_time_underscores with: - format: YYYY_MM_DD + format: YYYY_MM_DD_HH_MM_SS - name: Create release if: steps.activity.outputs.is_active == 'true'