From 863c863ef6b595c24f8cf1de95a851f9de6b2f0a Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 10 Aug 2023 10:12:16 +0100 Subject: [PATCH] fix: update auth controller vars in private cloud image build (#2620) --- .../workflows/platform-docker-publish-all-features-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform-docker-publish-all-features-image.yml b/.github/workflows/platform-docker-publish-all-features-image.yml index 5f825ab16e07..f3dedf8c4608 100644 --- a/.github/workflows/platform-docker-publish-all-features-image.yml +++ b/.github/workflows/platform-docker-publish-all-features-image.yml @@ -9,6 +9,7 @@ env: FLAGSMITH_SAML_REVISION: v1.1.0 FLAGSMITH_RBAC_REVISION: v0.2.0 FLAGSMITH_WORKFLOWS_REVISION: v1.2.5 + FLAGSMITH_AUTH_CONTROLLER_REVISION: v0.0.1 jobs: build-dockerhub: @@ -46,8 +47,8 @@ jobs: uses: actions/checkout@v3 with: repository: flagsmith/flagsmith-auth-controller - token: ${{ inputs.github_access_token }} - ref: ${{ inputs.flagsmith_auth_controller_revision }} + token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }} + ref: ${{ env.FLAGSMITH_AUTH_CONTROLLER_REVISION }} path: ./flagsmith-auth-controller - name: Integrate Auth Controller module