Skip to content

Commit

Permalink
added env vars into aar step
Browse files Browse the repository at this point in the history
  • Loading branch information
bahacan19 committed Jul 25, 2024
1 parent 9d7e771 commit 0721d19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:

- name: Build AAR ⚙️🛠
run: bash ./gradlew :viewpagerdotsindicator:assemble
env:
GPR_USER: ${{ github.actor }}
GPR_KEY: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLAB_REPO_URL: ${{ secrets.ANDROID_GITLAB_REPO_URL }}
GITLAB_DEPLOY_KEY: ${{ secrets.ANDROID_GITLAB_DEPLOY_KEY }}
GITLAB_DEPLOY_TOKEN: ${{ secrets.ANDROID_GITLAB_DEPLOY_TOKEN }}

- name: Publish to GitLab Package Registry 🚀
run: bash ./gradlew :viewpagerdotsindicator:publish
Expand Down

0 comments on commit 0721d19

Please sign in to comment.