From 7e47bcd17a77f88e42e1fb7c296b501b8e44726d Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 15 Feb 2024 22:07:39 -0800 Subject: [PATCH] simplified out REGISTRY_TOKEN --- .github/workflows/cicd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 05d524b..2d673a1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,8 +1,6 @@ on: push jobs: cicd: - # https://github.com/internetarchive/cicd uses: internetarchive/cicd/.github/workflows/cicd.yml@main secrets: NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} - REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}