From da74086498ec467090e81ff64f5d5c9791dbff97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sat, 30 Aug 2025 15:21:38 +0200 Subject: [PATCH] Revert "Pass only relevant secret" This reverts commit 6c8468a4910251cd08d0e062935cb6af8107e1d3. --- .github/workflows/docker.yml | 4 ---- .github/workflows/post-release.yml | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9dcc74e59..148763c38 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,10 +9,6 @@ on: - '.github/workflows/docker.yml' - 'Dockerfile' workflow_call: - secrets: - GITHUB_TOKEN: - required: true - description: 'GitHub token with permissions to push Docker images' inputs: tag: description: 'Docker tag' diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 8ed7ba46d..f0ac067a8 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -118,7 +118,6 @@ jobs: permissions: contents: read packages: write - secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit with: tag: ${{ github.event.release.tag_name }}