Skip to content

Commit da74086

Browse files
committed
Revert "Pass only relevant secret"
This reverts commit 6c8468a.
1 parent 6c8468a commit da74086

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
- '.github/workflows/docker.yml'
1010
- 'Dockerfile'
1111
workflow_call:
12-
secrets:
13-
GITHUB_TOKEN:
14-
required: true
15-
description: 'GitHub token with permissions to push Docker images'
1612
inputs:
1713
tag:
1814
description: 'Docker tag'

.github/workflows/post-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
permissions:
119119
contents: read
120120
packages: write
121-
secrets:
122-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121+
secrets: inherit
123122
with:
124123
tag: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)