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 : mvn clean package -Dtag=${{ env.VERSION }}
42
42
43
43
- name : Create Draft Release
66
66
with :
67
67
registry : ${{ env.REGISTRY }}
68
68
username : ${{ github.actor }}
69
- password : ${{ secrets.PUBLISH_SECRET }}
69
+ password : ${{ secrets.GITHUB_TOKEN }}
70
70
71
71
- name : Build and push container image
72
72
uses : docker/build-push-action@v6
82
82
with :
83
83
ref : gh-pages
84
84
path : gh-pages
85
- token : ${{ secrets.PUBLISH_SECRET }}
85
+ token : ${{ secrets.GITHUB_TOKEN }}
86
86
87
87
- name : Generate and publish Helm chart
88
88
run : |
You can’t perform that action at this time.
0 commit comments