We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c125f4d commit 83f230fCopy full SHA for 83f230f
.github/workflows/gradle-publish.yml
@@ -38,13 +38,13 @@ jobs:
38
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
39
with:
40
arguments: build
41
+ env:
42
+ USERNAME: ${{ secrets.MAVEN_USERNAME }}
43
+ TOKEN: ${{ secrets.MAVEN_TOKEN }}
44
45
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
46
# the publishing section of your build.gradle
47
- name: Publish to GitHub Packages
48
49
50
arguments: publish
- env:
- USERNAME: ${{ secrets.MAVEN_USERNAME }}
- TOKEN: ${{ secrets.MAVEN_TOKEN }}
0 commit comments