Skip to content

Commit

Permalink
refactor without makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 1, 2024
1 parent fa0eeee commit c334caf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ jobs:
options: --user vscode --security-opt seccomp=unconfined

steps:
- name: Create Kind Cluster
id: create-kind-kubernetes
- name: Set Workspace Permissions
id: chown-workspaces
env:
ACTIONS_STEP_DEBUG: true
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBEDIR: .kube
KUBECONFIG: .kube/config
run: |
set -x
sudo chown -R $(whoami):$(whoami) /workspaces
Expand Down

0 comments on commit c334caf

Please sign in to comment.