Skip to content

Commit 0f55101

Browse files
authored
Merge pull request #38 from Homebrew/SMillerDev-patch-1
fix: set environment for tf apply
2 parents dba6795 + ec8fd26 commit 0f55101

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ jobs:
142142
name: tfplan
143143

144144
- name: OpenTofu Apply
145+
env:
146+
GITHUB_APP_ID: ${{ secrets.TF_GH_APP }}
147+
GITHUB_APP_INSTALLATION_ID: ${{ secrets.TF_GH_APP_INSTALL }}
148+
GITHUB_APP_PEM_FILE: ${{ secrets.TF_GH_APP_PEM }}
149+
DNSIMPLE_ACCOUNT: ${{ secrets.TF_DNSIMPLE_ACCOUNT }}
150+
DNSIMPLE_TOKEN: ${{ secrets.TF_DNSIMPLE_TOKEN }}
145151
run: |
146152
tofu apply -no-color "tfplan"
147153

0 commit comments

Comments
 (0)