Skip to content

Commit

Permalink
Merge pull request #66 from adobe/feature/externalising-github-workflows
Browse files Browse the repository at this point in the history
Feature/externalising GitHub workflows
  • Loading branch information
amulyakashyap09 authored Feb 12, 2024
2 parents abf1cdf + 7226e52 commit 7889cc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,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
3 changes: 2 additions & 1 deletion .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on:
- "package.json"
jobs:
publish:
uses: adobe/aio-reusable-workflows/.github/workflows/on-push-publish-to-npm.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/on-push-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 @@ -17,4 +17,5 @@ on:

jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/version-bump-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ on:
default: "latest"
jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main
secrets: inherit

0 comments on commit 7889cc0

Please sign in to comment.