Add missing token.
This commit is contained in:
parent
1a5c4ee639
commit
3297ecd034
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -37,4 +37,4 @@ jobs:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Push with Gradle
|
- name: Push with Gradle
|
||||||
run: ./gradlew -Pdocker.registry=ghcr.io/${{ github.actor }} stage pushImages
|
run: ./gradlew -Prepo.access.token=${{ secrets.REPO_ACCESS_TOKEN }} -Pdocker.registry=ghcr.io/${{ github.actor }} stage pushImages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue