diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 9d8de01..5e8d4a8 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -7,4 +7,5 @@ on: jobs: build: - uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/on-push-publish-to-npm.yml b/.github/workflows/on-push-publish-to-npm.yml index 8d438d3..4077621 100644 --- a/.github/workflows/on-push-publish-to-npm.yml +++ b/.github/workflows/on-push-publish-to-npm.yml @@ -7,4 +7,5 @@ on: - "package.json" jobs: publish: - uses: adobe/aio-reusable-workflows/.github/workflows/on-push-publish-to-npm.yml@main \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/on-push-publish-to-npm.yml@main + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index a418b6d..8e0c1a7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -13,4 +13,5 @@ on: jobs: checkout: - uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/version-bump-publish.yml b/.github/workflows/version-bump-publish.yml index c266f0b..f2893e9 100644 --- a/.github/workflows/version-bump-publish.yml +++ b/.github/workflows/version-bump-publish.yml @@ -12,4 +12,5 @@ on: default: "latest" jobs: checkout: - uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main + secrets: inherit \ No newline at end of file