Skip to content

Commit

Permalink
Switch to auth backed by GH app
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Sep 10, 2024
1 parent 3383a57 commit f5989d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
terraform_version: 1.5.3
terraform_validate_dummy_env_vars: "GITHUB_APP_ID,GITHUB_APP_INSTALLATION_ID,GITHUB_APP_PEM_FILE"
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ terraform {

provider "github" {
owner = "relaycorp"
app_auth {} // Use environment variables
}

0 comments on commit f5989d3

Please sign in to comment.