diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 416080fd..12708289 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,5 +14,7 @@ jobs: language-version: '8.3' prepare-command: | composer install -q --profile --ignore-platform-reqs --no-interaction --no-ansi --no-scripts --no-suggest --prefer-dist + appId: ${{ vars.APP_ID }} secrets: - GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }} \ No newline at end of file + APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} + NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file