Skip to content

Commit

Permalink
Credentials are already set by project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 25, 2023
1 parent b74b5f1 commit 829591e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 829591e

Please sign in to comment.