Skip to content

Commit

Permalink
Externalising GitHub workflows (#68)
Browse files Browse the repository at this point in the history
* Added external workflow

* added secrets inherit

---------

Co-authored-by: Amulya Kashyap <amulyak@adobe.com>
  • Loading branch information
amulyakashyap09 and Amulya Kashyap authored Feb 8, 2024
1 parent e422171 commit cdbbb5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-release-creation-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ on:

jobs:
build:
uses: adobe/aio-reusable-workflows/.github/workflows/on-release-creation-publish-to-npm.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/on-release-creation-publish-to-npm.yml@main
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ on:
default: '@adobe/aio-cli-lib-app-config,@adobe/aio-cli-lib-console,@adobe/aio-lib-console-project-installation,@adobe/aio-lib-core-config,@adobe/aio-lib-core-logging,@adobe/aio-lib-env,@adobe/aio-lib-ims,@adobe/aio-lib-templates'
jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
secrets: inherit

0 comments on commit cdbbb5b

Please sign in to comment.