Skip to content

Commit 19c0fe1

Browse files
committed
fix: inherit secrets in changelog job
1 parent dafe673 commit 19c0fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
repo: ${{ github.repository }}
5151
branch: ${{ github.ref_name }}
5252
tag: ${{ needs.get-version.outputs.version }}
53+
secrets: inherit
54+
5355

5456
git-push:
5557
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)