File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 - name : Setup carvel
111111 uses : carvel-dev/setup-action@v2
112112 with :
113- token : ${{ secrets.RELEASE_TOKEN }}
113+ token : ${{ secrets.GITHUB_TOKEN }}
114114 only : ytt, kbld, imgpkg
115115
116116 - name : imgpkg push
@@ -142,7 +142,7 @@ jobs:
142142 - name : Setup carvel
143143 uses : carvel-dev/setup-action@v2
144144 with :
145- token : ${{ secrets.RELEASE_TOKEN }}
145+ token : ${{ secrets.GITHUB_TOKEN }}
146146 only : ytt, kapp, imgpkg, kbld
147147
148148 - name : Download bundle lock
@@ -199,7 +199,7 @@ jobs:
199199 - name : Setup carvel
200200 uses : carvel-dev/setup-action@v2
201201 with :
202- token : ${{ secrets.RELEASE_TOKEN }}
202+ token : ${{ secrets.GITHUB_TOKEN }}
203203 only : ytt, kbld, imgpkg
204204
205205 - name : Download artifacts
You can’t perform that action at this time.
0 commit comments