diff --git a/.github/workflows/linux-build-release.yml b/.github/workflows/linux-build-release.yml index 170a820f2..6926f0fb7 100644 --- a/.github/workflows/linux-build-release.yml +++ b/.github/workflows/linux-build-release.yml @@ -63,8 +63,5 @@ jobs: - name: Release if: startsWith(github.ref, 'refs/tags/') uses: gradle/gradle-build-action@v2 - env: - PLUGIN_PORTAL_KEY: ${{ secrets.PLUGIN_PORTAL_KEY }} - PLUGIN_PORTAL_SECRET: ${{ secrets.PLUGIN_PORTAL_SECRET }} with: arguments: publishPlugins gitPublishPush -Pgradle.publish.key=${{ secrets.PLUGIN_PORTAL_KEY }} -Pgradle.publish.secret=${{ secrets.PLUGIN_PORTAL_SECRET }} -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} -is