From 8086efdf0f0e6d937e720af1de676e3afcecef52 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Wed, 14 Jun 2023 17:13:55 +0200 Subject: [PATCH] cdktf: use org scoped token for creating a PR --- .github/workflows/cdktf-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cdktf-documentation.yml b/.github/workflows/cdktf-documentation.yml index 2fd8e5089c8..e7efdbc3f9b 100644 --- a/.github/workflows/cdktf-documentation.yml +++ b/.github/workflows/cdktf-documentation.yml @@ -54,3 +54,4 @@ jobs: commit-message: "docs: update cdktf documentation" title: "docs: update cdktf documentation" body: "This PR updates the cdktf related documentation based on the current HCL-based documentation. It is automatically created by the cdktf-documentation GitHub action." + token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN }}