Skip to content

Commit 7bd1c91

Browse files
committed
fix: add secrets: inherit to prerelease and version-bump-publish workflows
1 parent a8e449c commit 7bd1c91

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ on:
1919
jobs:
2020
checkout:
2121
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
22+
secrets: inherit

.github/workflows/version-bump-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ on:
1515
jobs:
1616
checkout:
1717
uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main
18+
secrets: inherit

0 commit comments

Comments
 (0)