Skip to content

Commit f8686b4

Browse files
authored
fix: add secrets: inherit to reusable workflows (#162)
1 parent a8e449c commit f8686b4

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ on:
88
jobs:
99
build:
1010
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
11+
secrets: inherit
1112

.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)