Skip to content

Commit 059ec71

Browse files
authored
Fix terratest workflow github app auth (#222)
1 parent de1ccdc commit 059ec71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-terraform-chatops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
echo "uses_cloudflare=${USES_CLOUDFLARE}" >> $GITHUB_OUTPUT
246246
247247
- uses: actions/create-github-app-token@v2
248-
if: ${{ needs.config.outputs.uses_github == 'true' }}
248+
if: ${{ steps.config.outputs.uses_github == 'true' }}
249249
id: github-app
250250
with:
251251
app-id: ${{ vars.BOT_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)