We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922dc48 commit 8f70009Copy full SHA for 8f70009
.github/workflows/publish.yaml
@@ -9,6 +9,9 @@ on:
9
tag_name:
10
required: true
11
type: string
12
+ secrets:
13
+ publish_token:
14
+ required: true
15
# In case of problems, let release engineers retry by manually dispatching
16
# the workflow from the GitHub UI
17
workflow_dispatch:
.github/workflows/release.yml
@@ -37,3 +37,5 @@ jobs:
37
uses: ./.github/workflows/publish.yaml
38
with:
39
tag_name: ${{ inputs.tag_name }}
40
41
+ publish_token: ${{ secrets.PUBLISH_TOKEN }}
0 commit comments