Skip to content

Commit

Permalink
verifying repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Jul 25, 2024
1 parent 7b15a85 commit 202eaac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checkout-tf-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 202eaac

Please sign in to comment.