Skip to content

Commit

Permalink
Get KraftKit to authenticate with GitHub Packages
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Nov 12, 2024
1 parent 34e62fa commit 184b795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- id: deploy
uses: unikraft/[email protected]
with:
auths: |
github.com:
user: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
run: |
set -o errexit
set -o nounset
Expand Down

0 comments on commit 184b795

Please sign in to comment.