Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update deploy-secure-aks-baseline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko authored Apr 9, 2021
1 parent 7c67e6b commit 774fe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-secure-aks-baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
TF_VAR_github_repo: ${{ github.repository }}
TF_VAR_github_owner: ${{ github.repository_owner }}
TF_VAR_github_token: ${{secrets.GITHUB_TOKEN}}
TF_VAR_github_token: ${{secrets.GITHUB_PAT}}

jobs:
deploy-launchpad:
Expand Down

0 comments on commit 774fe71

Please sign in to comment.