Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 739bfc7

Browse files
author
Corneil du Plessis
authored
Install carvel before packaging
1 parent cea3c45 commit 739bfc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/carvel-worker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
- uses: carvel-dev/setup-action@v1
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}
1619
- name: Login dockerhub
1720
uses: docker/login-action@v1
1821
with:

0 commit comments

Comments
 (0)