diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12708289..7d1ccfc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,5 +16,4 @@ jobs: composer install -q --profile --ignore-platform-reqs --no-interaction --no-ansi --no-scripts --no-suggest --prefer-dist appId: ${{ vars.APP_ID }} secrets: - APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file + APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} \ No newline at end of file