Skip to content

Commit 72aff5c

Browse files
Fix drift-detection PR_CREATE_TOKEN fallback (#170)
1 parent b196a1f commit 72aff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipelines-drift-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
uses: gruntwork-io/pipelines-credentials@v1
282282
with:
283283
PIPELINES_TOKEN_PATH: propose-infra-change/${{ github.repository_owner }}
284-
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
284+
FALLBACK_TOKEN: ${{ secrets.PR_CREATE_TOKEN }}
285285
api_base_url: ${{ inputs.api_base_url }}
286286

287287
- name: Checkout Pipelines Actions

0 commit comments

Comments
 (0)