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 d11a65b commit 6c8468aCopy full SHA for 6c8468a
.github/workflows/docker.yml
@@ -9,6 +9,10 @@ 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,6 +118,7 @@ jobs:
118
permissions:
119
contents: read
120
packages: write
121
- secrets: inherit
122
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123
with:
124
tag: ${{ github.event.release.tag_name }}
0 commit comments