Skip to content

Commit a5d0fc8

Browse files
committed
Use token with setup-action
Signed-off-by: Praveen Rewar <[email protected]>
1 parent 8d8de5c commit a5d0fc8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release-process.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: carvel-dev/setup-action@v1
2424
with:
2525
only: imgpkg
26+
token: ${{ secrets.GITHUB_TOKEN }}
2627

2728
- name: Login to GitHub Container Registry
2829
uses: docker/login-action@v2

.github/workflows/release-published.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
only: kctrl
1313
kctrl: ${{ github.event.release.tag_name }}
14+
token: ${{ secrets.GITHUB_TOKEN }}
1415
- run: |
1516
kctrl version
1617
version=`kctrl version`

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: carvel-dev/setup-action@v1
3434
with:
3535
only: ytt, kbld, imgpkg, vendir, kapp
36+
token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Run Tests
3738
run: |
3839
set -e -x

0 commit comments

Comments
 (0)