File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 ref : gh-pages
3636 path : gh-pages
37- token : ${{ secrets.PUBLISH_SECRET }}
37+ token : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Build and publish site
4040 run : |
Original file line number Diff line number Diff line change 3737
3838 - name : Build
3939 env :
40- GITHUB_TOKEN : ${{ secrets.PUBLISH_SECRET }}
40+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 run : |
4242 mvn clean package -Dtag=${{ env.VERSION }}
4343 cd kubernetes/samples/scripts
7171 with :
7272 registry : ${{ env.REGISTRY }}
7373 username : ${{ github.actor }}
74- password : ${{ secrets.PUBLISH_SECRET }}
74+ password : ${{ secrets.GITHUB_TOKEN }}
7575
7676 - name : Build and push container image
7777 uses : docker/build-push-action@v6
8787 with :
8888 ref : gh-pages
8989 path : gh-pages
90- token : ${{ secrets.PUBLISH_SECRET }}
90+ token : ${{ secrets.GITHUB_TOKEN }}
9191
9292 - name : Generate and publish Helm chart
9393 run : |
You can’t perform that action at this time.
0 commit comments