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 34
34
with :
35
35
ref : gh-pages
36
36
path : gh-pages
37
- token : ${{ secrets.PUBLISH_SECRET }}
37
+ token : ${{ secrets.GITHUB_TOKEN }}
38
38
39
39
- name : Build and publish site
40
40
run : |
Original file line number Diff line number Diff line change 37
37
38
38
- name : Build
39
39
env :
40
- GITHUB_TOKEN : ${{ secrets.PUBLISH_SECRET }}
40
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
run : |
42
42
mvn clean package -Dtag=${{ env.VERSION }}
43
43
cd kubernetes/samples/scripts
71
71
with :
72
72
registry : ${{ env.REGISTRY }}
73
73
username : ${{ github.actor }}
74
- password : ${{ secrets.PUBLISH_SECRET }}
74
+ password : ${{ secrets.GITHUB_TOKEN }}
75
75
76
76
- name : Build and push container image
77
77
uses : docker/build-push-action@v6
87
87
with :
88
88
ref : gh-pages
89
89
path : gh-pages
90
- token : ${{ secrets.PUBLISH_SECRET }}
90
+ token : ${{ secrets.GITHUB_TOKEN }}
91
91
92
92
- name : Generate and publish Helm chart
93
93
run : |
You can’t perform that action at this time.
0 commit comments