Skip to content

Commit

Permalink
fix: update auth controller vars in private cloud image build (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Aug 10, 2023
1 parent d8e46fb commit 863c863
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

3 comments on commit 863c863

@vercel
Copy link

@vercel vercel bot commented on 863c863 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 863c863 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 863c863 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

Please sign in to comment.