Skip to content

Commit

Permalink
token is ok, try with
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin committed Aug 15, 2024
1 parent 2176194 commit ab49593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image-build-push-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
java-version: '21'
distribution: 'liberica'
server-password: ${{ secrets.MY_GH_SECRET_TOKEN }}

#cache: maven
- name: run echo something
Expand All @@ -39,8 +40,8 @@ jobs:
- name: Build with Maven
run: cd java && mvn -B package -P github -X
env:
GITHUB_TOKEN: ${{ secrets.MY_GH_SECRET_TOKEN }}
# env:
# GITHUB_TOKEN: ${{ secrets.MY_GH_SECRET_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit ab49593

Please sign in to comment.