feat: Add lib publishing workflow

This commit is contained in:
2023-03-22 11:02:17 +03:00
parent bb67216eba
commit 62b789348d
4 changed files with 44 additions and 5 deletions

View File

@@ -29,5 +29,5 @@ jobs:
- name: Test application with Gradle
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}