Revert "Pass only relevant secret"

This reverts commit 6c8468a491.
This commit is contained in:
Danny Mösch
2025-08-30 15:21:38 +02:00
parent 6c8468a491
commit da74086498
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -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'
+1 -2
View File
@@ -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 }}