Skip to content

Commit 4428912

Browse files
Merge pull request #152 from adobe/feature/externalising-github-workflows
Feature/externalising GitHub workflows
2 parents 5075399 + 6dd934c commit 4428912

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

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