From 0eead74a6c98534e83c2ec3f3222d9f2368d5481 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 30 Nov 2023 11:14:48 -0800 Subject: [PATCH] CI: Subs Workflow can read PAT --- .github/workflows/stubs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stubs.yml b/.github/workflows/stubs.yml index 65897a2c..384c4992 100644 --- a/.github/workflows/stubs.yml +++ b/.github/workflows/stubs.yml @@ -23,6 +23,8 @@ jobs: # Give the default GITHUB_TOKEN write permission to commit and push the # changed files back to the repository. contents: write + # For the person access token (PAT) to push back changes. + secrets: read steps: - uses: actions/checkout@v3