From 6425fe789363c9da13dfabfe1dd9011578ebe2d0 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Tue, 31 Dec 2024 04:47:44 +0000 Subject: [PATCH] fixes --- .github/workflows/cicd.yml | 1 + README.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6f7e47e..16ed7ac 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,3 +10,4 @@ jobs: BASE_DOMAIN: 'ext.archive.org' secrets: NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }} + NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} diff --git a/README.md b/README.md index df34a17..a0b90c4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ Code, setup, and information to: -- setup automatic deployment to Nomad clusters from GitLab's standard CI/CD pipelines +- setup automatic deployment to Nomad clusters from GitHub & GitLab CI/CD pipelines - interact with, monitor, and customize deployments -[[_TOC_]] - # GitHub Overview We have a https://github.com/internetarchive/cicd repo that uses GitHub Actions reusable workflows for full CI/CD pipelines.