Skip to content

Commit

Permalink
Add environment variables for GitHub token and owner in Terraform tes…
Browse files Browse the repository at this point in the history
…t workflow
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent 3a975ba commit 6e5bc00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
terraform:
name: "Terraform Test"
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_OWNER: ${{ vars.GH_ORG }}

steps:
- name: Checkout
Expand Down

0 comments on commit 6e5bc00

Please sign in to comment.