Skip to content

Commit

Permalink
ci: provide tokens to do the terragrunt validate
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jun 25, 2024
1 parent 616c026 commit a9cb4ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

pre-commit:
runs-on: ubuntu-latest
env:
TF_TOKEN_app_terraform_io: ${{ secrets.TERRAFORM_CLOUD_SECRET }}
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
TF_VAR_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a9cb4ca

Please sign in to comment.