From c52b2d49959667f0e8b633fcf1ca393f576d3b55 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 29 Mar 2024 11:02:50 -0400 Subject: Typo. --- .github/workflows/update-stubs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index eaae8df..671846e 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -5,7 +5,7 @@ on: jobs: update_stubs: runs-on: ubuntu-latest - permissions: { pull-requests: "write", content: "write" } + permissions: { pull-requests: "write", contents: "write" } steps: - uses: actions/checkout@v2 - name: Update Stubs with LPM -- cgit v1.2.3