Skip to content

Commit

Permalink
Merge branch 'github-publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 18, 2024
2 parents 34bb85a + a5d31fc commit 1e22ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
./gradlew publish -i
shell: bash
env:
GITHUB_USERNAME: ${{ secrets.GHP_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }}
GITHUB_REPO: $${ secrets.GHP_REPO }}
GHP_USERNAME: ${{ secrets.GHP_USERNAME }}
GHP_TOKEN: ${{ secrets.GHP_TOKEN }}
GHP_REPO: $${ secrets.GHP_REPO }}

0 comments on commit 1e22ed2

Please sign in to comment.