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 4601344 commit f19a210Copy full SHA for f19a210
.github/workflows/build.yml
@@ -76,5 +76,5 @@ jobs:
76
# if: github.ref == 'refs/heads/master'
77
run: ./gradlew publish
78
env:
79
- GH_PUBLISH_USERNAME: ${{ secrets.GH_PUBLISH_USERNAME }}
80
- GH_PUBLISH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
+ GH_PUBLISH_USERNAME: $GITHUB_ACTOR
+ GH_PUBLISH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments