From 46178452a29562290303f41656ba6d0ffdfbc165 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Sun, 7 Jul 2024 10:38:48 -0500 Subject: [PATCH 1/2] add the quay oauth token secret to the CI jobs - this allows image expiration timestamp refresh to be performed --- .github/workflows/crucible-ci.yaml | 1 + .github/workflows/crucible-merged.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml index 16655c3..05f8051 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -20,3 +20,4 @@ jobs: github_workspace: "$GITHUB_WORKSPACE" secrets: ci_registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }} + quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }} diff --git a/.github/workflows/crucible-merged.yaml b/.github/workflows/crucible-merged.yaml index e230171..a10eb58 100644 --- a/.github/workflows/crucible-merged.yaml +++ b/.github/workflows/crucible-merged.yaml @@ -22,3 +22,4 @@ jobs: github_workspace: "$GITHUB_WORKSPACE" secrets: production_registry_auth: ${{ secrets.CRUCIBLE_PRODUCTION_ENGINES_REGISTRY_AUTH }} + quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }} From 3a82a94a7c33e66f0739bfa5343836964ba9572f Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Sun, 7 Jul 2024 10:39:08 -0500 Subject: [PATCH 2/2] update the workflow path controls --- .github/workflows/crucible-ci.yaml | 1 + .github/workflows/faux-crucible-ci.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml index 05f8051..bf9f876 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -6,6 +6,7 @@ on: paths-ignore: - LICENSE - '**.md' + - .github/workflows/crucible-merged.yaml - .github/workflows/faux-crucible-ci.yaml - .github/workflows/faux-workshop-ci.yaml - 'docs/**' diff --git a/.github/workflows/faux-crucible-ci.yaml b/.github/workflows/faux-crucible-ci.yaml index 1e4bddb..e086d29 100644 --- a/.github/workflows/faux-crucible-ci.yaml +++ b/.github/workflows/faux-crucible-ci.yaml @@ -6,6 +6,7 @@ on: paths: - LICENSE - '**.md' + - .github/workflows/crucible-merged.yaml - .github/workflows/faux-crucible-ci.yaml - .github/workflows/faux-workshop-ci.yaml - 'docs/**'