Skip to content

Commit

Permalink
fix(ci): add GITHUB_TOKEN variable before app build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Aug 15, 2023
1 parent 6bea3d6 commit 80ca419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: task helm:unittest

- name: Build app
run: task app:build
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} task app:build

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v2
Expand Down

0 comments on commit 80ca419

Please sign in to comment.