Skip to content

Commit

Permalink
Update org variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaseeb2 committed May 12, 2022
1 parent a9dbaac commit 8410f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
kubectl cluster-info
kubectl create namespace test
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}"> kube.yaml
echo "${{ JIRA_SERVICE_DESK_CONFIG }}"> kube.yaml
kubectl apply -f kube.yaml
rm -f kube.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
kubectl cluster-info
kubectl create namespace test
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}"> kube.yaml
echo "${{ secrets.JIRA_SERVICE_DESK_CONFIG }}"> kube.yaml
kubectl apply -f kube.yaml
rm -f kube.yaml
Expand Down

0 comments on commit 8410f6e

Please sign in to comment.