We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8468a commit da74086Copy full SHA for da74086
.github/workflows/docker.yml
@@ -9,10 +9,6 @@ on:
9
- '.github/workflows/docker.yml'
10
- 'Dockerfile'
11
workflow_call:
12
- secrets:
13
- GITHUB_TOKEN:
14
- required: true
15
- description: 'GitHub token with permissions to push Docker images'
16
inputs:
17
tag:
18
description: 'Docker tag'
.github/workflows/post-release.yml
@@ -118,7 +118,6 @@ jobs:
118
permissions:
119
contents: read
120
packages: write
121
122
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ secrets: inherit
123
with:
124
tag: ${{ github.event.release.tag_name }}
0 commit comments