Skip to content

Commit

Permalink
added env to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Ierina committed Aug 16, 2023
1 parent 7778b56 commit 4a4f4b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
run: chmod +x gradlew
- name: Publish Kotlin Library
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a4f4b7

Please sign in to comment.