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 b70d8b1 commit f1be4d9Copy full SHA for f1be4d9
.github/workflows/master.yml
@@ -17,6 +17,8 @@ jobs:
17
contents: write
18
pull-requests: write
19
uses: ./.github/workflows/release-plz.yml
20
+ secrets:
21
+ RELEASE_PLZ_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
22
docs:
23
name: Build and Deploy Documentation
24
needs: [release]
.github/workflows/release-plz.yml
@@ -6,6 +6,9 @@ permissions:
6
7
on:
8
workflow_call:
9
10
+ RELEASE_PLZ_TOKEN:
11
+ required: true
12
outputs:
13
release_created:
14
description: "Indicates if a release was created"
0 commit comments