diff --git a/.github/workflows/on-release-creation-publish-to-npm.yml b/.github/workflows/on-release-creation-publish-to-npm.yml index 9c9e6b2..1e303c7 100644 --- a/.github/workflows/on-release-creation-publish-to-npm.yml +++ b/.github/workflows/on-release-creation-publish-to-npm.yml @@ -6,4 +6,5 @@ on: jobs: build: - uses: adobe/aio-reusable-workflows/.github/workflows/on-release-creation-publish-to-npm.yml@main \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/on-release-creation-publish-to-npm.yml@main + secrets: inherit diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 7ab5c24..435a1b3 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -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 \ No newline at end of file + uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main + secrets: inherit