Commit 2ac7048
committed
feat: add DigitalOcean authentication to tf-diff-checks
The tf-diff-checks reusable workflow lists digitalocean as a supported
provider but had no auth branch for it, so terraform plan against DO
resources fails without credentials.
Add a DIGITALOCEAN_TOKEN secret input and a conditional step that
exports it to GITHUB_ENV when provider=digitalocean, mirroring the
existing aws / azurerm / gcp branches.1 parent f1ee54f commit 2ac7048
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
0 commit comments