We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9bc01 commit 7a8e100Copy full SHA for 7a8e100
.github/workflows/ci.yml
@@ -43,7 +43,9 @@ jobs:
43
44
- name: OpenTofu Plan
45
env:
46
- GITHUB_TOKEN: ${{ secrets.TF_GH_TOKEN }}
+ GITHUB_APP_ID: ${{ secrets.TF_GH_APP }}
47
+ GITHUB_APP_INSTALLATION_ID: ${{ secrets.TF_GH_APP_INSTALL }}
48
+ GITHUB_APP_PEM_FILE: ${{ secrets.TF_GH_APP_PEM }}
49
DNSIMPLE_ACCOUNT: ${{ secrets.TF_DNSIMPLE_ACCOUNT }}
50
DNSIMPLE_TOKEN: ${{ secrets.TF_DNSIMPLE_TOKEN }}
51
run: |
github/providers.tf
@@ -10,4 +10,5 @@ terraform {
10
# Configure the GitHub Provider
11
provider "github" {
12
owner = "Homebrew"
13
+ app_auth {}
14
}
0 commit comments