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 c00611d commit 34a04dfCopy full SHA for 34a04df
.github/workflows/gradleBuildPublish.yml
@@ -20,3 +20,6 @@ jobs:
20
run: ./gradlew build
21
- name: Publish with Gradle
22
run: ./gradlew publish
23
+ env:
24
+ GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments