Skip to content

Commit

Permalink
lock-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaASLeite committed Nov 7, 2024
1 parent 6208664 commit 370561c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:

- name: Build and Publish with Gradle
run: ./gradlew clean build publish
env:
USERNAME_ACTIVITIES: ${{ github.actor }}
TOKEN_ACTIVITIES: ${{ secrets.GITHUB_TOKEN }}

5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ publishing {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/pagopa/p4pa-payhub-activities")

credentials {
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
}
}
}
}

0 comments on commit 370561c

Please sign in to comment.