From cc2e4dc111141aea68da6eb549b1ecda104ca62e Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 8 Nov 2024 17:01:02 -0700 Subject: [PATCH] remove doug creation --- tasks.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index 6df31ed..07deeea 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -14,6 +14,9 @@ includes: - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/upgrade.yaml - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/compliance.yaml +auth: + raw.githubusercontent.com: $GITHUB_TOKEN + tasks: - name: default description: Create K3D Cluster with UDS-Core (Dev) and Postgres Operator @@ -34,7 +37,6 @@ tasks: actions: - task: create:test-bundle - task: deploy:test-bundle - - task: setup:create-doug-user - task: test:all - name: dev @@ -63,7 +65,6 @@ tasks: dep_commands: ./uds run dependencies:create - task: setup:k3d-test-cluster - task: deploy:test-bundle - - task: setup:create-doug-user - task: compliance:validate - task: create-dev-package - task: create-deploy-test-bundle