Skip to content

Commit 1b6340e

Browse files
ci: add GITHUB_PKG_R_TOKEN to env
1 parent 40b714b commit 1b6340e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
3333
- run: |
3434
./gradlew build
35+
env:
36+
GITHUB_PKG_R_TOKEN: ${{ secrets.PKG_R_TOKEN }}
3537
3638
- name: 'Upload release'
3739
uses: 'softprops/action-gh-release@v2'

0 commit comments

Comments
 (0)