Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Mar 11, 2024
1 parent c510e20 commit 3c967f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ jobs:
INTEGRATION_TEST_RESOURCE_GROUP_NAME: ${{ env.AZURE_TEST_RESOURCE_GROUP }}
BICEP_RECIPE_REGISTRY: ${{ env.BICEP_RECIPE_REGISTRY }}
BICEP_RECIPE_TAG_VERSION: ${{ env.BICEP_RECIPE_TAG_VERSION }}
GH_TOKEN: "test-git-pat"
GH_ACCOUNT: "test-git-pat"
- uses: azure/setup-kubectl@v3
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion test/testutil/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func GetTerraformPrivateModuleSource() string {
}

func GetGitPAT() string {
u := os.Getenv("GH_TOKEN")
u := os.Getenv("GH_ACCOUNT")
return "pat=" + u
}

Expand Down

0 comments on commit 3c967f7

Please sign in to comment.