From 1d3a381389efd6a3573d313690463c0048dfb20d Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 16 Mar 2021 11:32:06 +0100 Subject: [PATCH] Test giving access to team in bootstrap e2e Signed-off-by: Hidde Beydals --- .github/workflows/bootstrap.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 8c832a2b..84265a71 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -47,7 +47,8 @@ jobs: --owner=fluxcd-testing \ --repository=${{ steps.vars.outputs.test_repo_name }} \ --branch=main \ - --path=test-cluster + --path=test-cluster \ + --team=team-z env: GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }} - name: bootstrap no-op @@ -56,7 +57,8 @@ jobs: --owner=fluxcd-testing \ --repository=${{ steps.vars.outputs.test_repo_name }} \ --branch=main \ - --path=test-cluster + --path=test-cluster \ + --team=team-z env: GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }} - name: uninstall @@ -69,7 +71,8 @@ jobs: --owner=fluxcd-testing \ --repository=${{ steps.vars.outputs.test_repo_name }} \ --branch=main \ - --path=test-cluster + --path=test-cluster \ + --team=team-z env: GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }} - name: delete repository