Skip to content

Commit f1be4d9

Browse files
committed
ci(release): pass github pat to release workflow
1 parent b70d8b1 commit f1be4d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
uses: ./.github/workflows/release-plz.yml
20+
secrets:
21+
RELEASE_PLZ_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
2022
docs:
2123
name: Build and Deploy Documentation
2224
needs: [release]

.github/workflows/release-plz.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ permissions:
66

77
on:
88
workflow_call:
9+
secrets:
10+
RELEASE_PLZ_TOKEN:
11+
required: true
912
outputs:
1013
release_created:
1114
description: "Indicates if a release was created"

0 commit comments

Comments
 (0)