Skip to content

Commit

Permalink
Feature/externalising GitHub workflows (#214)
Browse files Browse the repository at this point in the history
* updated github workflows

* added secrets inherit

---------

Co-authored-by: Amulya Kashyap <amulyak@adobe.com>
  • Loading branch information
amulyakashyap09 and Amulya Kashyap authored Feb 12, 2024
1 parent 3cc6100 commit 87a797d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on:

jobs:
build:
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ on:
jobs:
publish:
uses: adobe/aio-reusable-workflows/.github/workflows/on-push-publish-to-npm.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ on:
jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/version-bump-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ on:
jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main
secrets: inherit

0 comments on commit 87a797d

Please sign in to comment.