Skip to content

Commit

Permalink
define environment for ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
barsoosayque committed Sep 29, 2021
1 parent f8c1390 commit c09f42c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ jobs:

- name: Publish to GitHub Packages Apache Maven
run: gradle publish
env:
GPR_API_KEY: ${{ secrets.GITHUB_TOKEN }}
GPR_USER: ${{ github.repository_owner }}

0 comments on commit c09f42c

Please sign in to comment.