Skip to content

Commit

Permalink
fix: ci add pull requst write to dep review
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Dec 29, 2024
1 parent dfecca8 commit daf8888
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
uses: saidsef/saidsef/.github/workflows/dependency-review.yaml@main
if: ${{ github.event_name == 'pull_request' }}
needs: [chart]
permissions:
pull-requests: write

k8s-test:
runs-on: ubuntu-latest
Expand All @@ -109,8 +111,8 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
kubectl_version: v1.29.3 # Ensure compatibility with the latest APIs
node_image: kindest/node:v1.29.2 # Match node version with kubectl for consistency
kubectl_version: v1.30.4 # Ensure compatibility with the latest APIs
node_image: kindest/node:v1.30.4 # Match node version with kubectl for consistency
- name: Checkout
uses: actions/checkout@v4
- name: Run K8s test
Expand Down

0 comments on commit daf8888

Please sign in to comment.