Skip to content

Commit

Permalink
P4ADEV-1334 added env variable to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedetta-fabbri committed Nov 6, 2024
1 parent cd6f1db commit 35f257d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build and Publish with Gradle
run: ./gradlew clean build publish
# env:
# USERNAME: ${{ github.actor }}
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35f257d

Please sign in to comment.