Skip to content

Commit

Permalink
Update terraform_plan.yaml (#18)
Browse files Browse the repository at this point in the history
* Update terraform_plan.yaml

* Update providers.tf
  • Loading branch information
arnol377 committed Sep 26, 2024
1 parent 205f552 commit 4414a6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
# The type of runner that the job will run on
runs-on: [ "229685449397" ]
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"
GITHUB_APP_ID: ${{ vars.GH_APP_ID }}
GITHUB_APP_INSTALLATION_ID: ${{ vars.GH_APP_INSTALLATION_ID }}
GITHUB_APP_PEM_FILE: ${{ secrets.GH_APP_PEM_FILE }}
GITHUB_OWNER: CSVD
GITHUB_BASE_URL: https://github.e.it.census.gov
TF_WORKSPACE: ${{ vars.terraform_workspace }}
Expand Down
1 change: 1 addition & 0 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
provider "github" {
owner = "CSVD"
base_url = "https://github.e.it.census.gov"
app_auth {} # When using `GITHUB_APP_XXX` environment variables
}

0 comments on commit 4414a6c

Please sign in to comment.