Skip to content

Commit

Permalink
added secrets inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulya Kashyap committed Feb 8, 2024
1 parent 8e7daa5 commit ffa901c
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 @@ -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
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 @@ -13,4 +13,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 ffa901c

Please sign in to comment.