Skip to content

Commit 11d186a

Browse files
Merge pull request #8 from stakater/fix-push-action
Update push.yml
2 parents 35d21c6 + 26ce1fc commit 11d186a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
run: |
6060
kubectl cluster-info
6161
kubectl create namespace test
62-
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}"> kube.yaml
63-
kubectl apply -f kube.yaml
64-
rm -f kube.yaml
6562
6663
- name: Test
6764
run: make test OPERATOR_NAMESPACE=test USE_EXISTING_CLUSTER=true
@@ -151,4 +148,4 @@ jobs:
151148
fields: repo,author,action,eventName,ref,workflow
152149
env:
153150
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
154-
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
151+
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)