Skip to content

Commit

Permalink
Update terraform-modules-auth-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas authored Jul 27, 2024
1 parent 6473100 commit eac3987
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/terraform-modules-auth-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
repositories: 'azure-terraform-modules'
- name: Print the token
run: echo "Generated token ${{ steps.app-token.outputs.token }}"
# - name: Token generator current repo
# uses: githubofkrishnadhas/github-access-using-githubapp@bugfix/owner
#id: app-token1
#with:
# github_app_id: ${{ secrets.TOKEN_GENERATOR_APPID }}
# github_app_private_key: ${{ secrets.TOKEN_GENERATOR_PRIVATE_KEY }}
- name: Token generator current repo
uses: githubofkrishnadhas/github-access-using-githubapp@bugfix/owner
id: app-token1
with:
github_app_id: ${{ secrets.TOKEN_GENERATOR_APPID }}
github_app_private_key: ${{ secrets.TOKEN_GENERATOR_PRIVATE_KEY }}


- name: echo token
run: echo ${GH_APP_TOKEN} > txt.txt
- name: Print the token1
run: echo "Generated token ${{ steps.app-token1.outputs.token }}"

# - name: clone manually
# uses: actions/checkout@v4
Expand Down

0 comments on commit eac3987

Please sign in to comment.