Skip to content

Commit

Permalink
fix(workflows/publish): properly set credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jul 18, 2024
1 parent 5b35551 commit f55514e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Build and publish
run: ./gradlew publishAllPublicationsToGithubRepository
env:
PROGUARD_GITHUB_USERNAME: ${{ github.repository_owner }}
PROGUARD_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_PROGUARD_GITHUB_USERNAME: ${{ github.repository_owner }}
ORG_GRADLE_PROJECT_PROGUARD_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f55514e

Please sign in to comment.