Skip to content

Commit

Permalink
wire GitHub package read access token
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Aug 10, 2024
1 parent 1743638 commit eb54281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- run: java --version

- name: Gradle Check
run: ./gradlew -PtargetJava=22 check --stacktrace --no-daemon
run: ./gradlew -Pgpr.user=${{ secrets.GPR_USER }} -Pgpr.token=${{ secrets.GPR_TOKEN }} -PtargetJava=22 check --stacktrace --no-daemon
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Github Packages
run: ./gradlew -PtargetJava=22 :anchor-programs:publish
run: ./gradlew -Pgpr.user=${{ secrets.GPR_USER }} -Pgpr.token=${{ secrets.GPR_TOKEN }} -PtargetJava=22 :anchor-programs:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb54281

Please sign in to comment.