Skip to content

Commit 021ebd5

Browse files
committed
CI: Use GITHUB_TOKEN for Carvel Actions
Signed-off-by: Rashed Kamal <rashed.kamal@broadcom.com>
1 parent eeae49c commit 021ebd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)