From 202eaac39dc867f62f7033a39bf608688c62bdcc Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Fri, 26 Jul 2024 02:06:49 +0530 Subject: [PATCH] verifying repo access --- .github/workflows/checkout-tf-module.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checkout-tf-module.yaml b/.github/workflows/checkout-tf-module.yaml index 1a5c394..84e8b86 100644 --- a/.github/workflows/checkout-tf-module.yaml +++ b/.github/workflows/checkout-tf-module.yaml @@ -20,12 +20,12 @@ jobs: github_app_private_key: ${{ secrets.TOKEN_GENERATOR_PRIVATE_KEY }} github_account_type: 'user' - - name: Checkout Repository - uses: actions/checkout@v4 - with: - repository: 'devwithkrishna/azure-terraform-modules' - token: ${{ env.GH_APP_TOKEN }} - fetch-depth: 1 + # - name: Checkout Repository + # uses: actions/checkout@v4 + # with: + # repository: 'devwithkrishna/azure-terraform-modules' + # token: ${{ env.GH_APP_TOKEN }} + # fetch-depth: 1 - name: Verify Repository Access run: |