Skip to content

Commit 87a797d

Browse files
amulyakashyap09Amulya Kashyap
andauthored
Feature/externalising GitHub workflows (#214)
* updated github workflows * added secrets inherit --------- Co-authored-by: Amulya Kashyap <amulyak@adobe.com>
1 parent 3cc6100 commit 87a797d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ on:
77

88
jobs:
99
build:
10-
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
10+
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
11+
secrets: inherit

.github/workflows/on-push-publish-to-npm.yml

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

.github/workflows/prerelease.yml

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

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

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

0 commit comments

Comments
 (0)